From 566f5587206885acef0cfad8998a4b11090c4a76 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:27:18 +0200 Subject: [PATCH] Update utils.py --- rpst/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpst/utils.py b/rpst/utils.py index 2788b81..27fec42 100644 --- a/rpst/utils.py +++ b/rpst/utils.py @@ -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." )