Update utils.py

This commit is contained in:
Richard Mwewa
2023-08-25 15:27:18 +02:00
committed by GitHub
parent c3e5ce6441
commit 566f558720

View File

@@ -179,7 +179,7 @@ def write_post_data(post_data: dict, filename: str, args, tree_branch: Tree):
)
else:
tree_branch.add(
f"{glyph.cross_mark_button} JSON data writing operation was skipped. No changes made."
f"{glyph.cross_mark_button} JSON data writing operation was skipped. No changes made."
)
if args.csv:
@@ -198,5 +198,5 @@ def write_post_data(post_data: dict, filename: str, args, tree_branch: Tree):
)
else:
tree_branch.add(
f"{glyph.cross_mark_button} CSV data writing operation was skipped. No changes made."
f"{glyph.cross_mark_button} CSV data writing operation was skipped. No changes made."
)