summaryrefslogtreecommitdiffstats
path: root/solenv/bin/image-sort.py
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/image-sort.py')
-rw-r--r--solenv/bin/image-sort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/image-sort.py b/solenv/bin/image-sort.py
index 75b5da6ce0e7..5d248684b4a6 100644
--- a/solenv/bin/image-sort.py
+++ b/solenv/bin/image-sort.py
@@ -30,7 +30,7 @@ def read_icons(fname):
full_path = os.path.join(args.base_path, fname)
if not os.path.exists(full_path):
if not args.quiet:
- print("Skipping non-existent {}\n".format(full_path), file=sys.stderr)
+ print("Skipping non-existent {}".format(full_path), file=sys.stderr)
return images
with open(full_path) as fp:
for line in fp: