From a203caa710151374ffe5a33ba6b850d592b9ccc7 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 14 Feb 2021 08:56:45 +0100 Subject: sort.py: Print how many profiles are checked --- contrib/sort.py | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/sort.py b/contrib/sort.py index ad5e063ac..b1f8d350c 100755 --- a/contrib/sort.py +++ b/contrib/sort.py @@ -111,6 +111,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'} ...") for filename in args: try: if exit_code not in (1, 101): -- cgit v1.2.3-54-g00ecf