update so-yaml tests

This commit is contained in:
m0duspwnens
2024-02-06 11:14:27 -05:00
parent 2643ae08a7
commit 9d62ade32e
2 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ def appendItem(content, key, listItem):
try:
content[key].append(listItem)
except TypeError:
print("The contents key provided is likely not a list. No action was taken on the file.")
print("The key provided is likely not a list. No action was taken on the file.")
return 1
def append(args):