whitespace issue pt2

This commit is contained in:
Matthew Wright
2026-02-19 16:35:35 -05:00
parent f025886b31
commit 90eee49ab6

View File

@@ -211,7 +211,7 @@ def replaceListObjectByCondition(content, key, conditionField, conditionValue, n
if not found:
print(f"No list item found with {conditionField}={conditionValue}. No action was taken on the file.", file=sys.stderr)
return 1
except AttributeError:
print("The existing value for the given key is not a list. No action was taken on the file.", file=sys.stderr)
return 1