From f1121cf4417f504198bae0395e1d4e43adc8239f Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:38:56 +0000 Subject: sort.py: Remove whitespace in status output Co-authored-by: Kelvin M. Klann --- contrib/sort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sort.py b/contrib/sort.py index babc0ba55..f6903d393 100755 --- a/contrib/sort.py +++ b/contrib/sort.py @@ -112,7 +112,7 @@ def fix_profile(filename): def main(args): exit_code = 0 - print(f"sort.py: checking {len(args)} {'profiles' if len(args) != 1 else 'profile'} ...") + print(f"sort.py: checking {len(args)} {'profiles' if len(args) != 1 else 'profile'}...") for filename in args: try: if exit_code not in (1, 101): -- cgit v1.2.3-54-g00ecf