aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/sort.py1
1 files changed, 1 insertions, 0 deletions
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):
111 111
112def main(args): 112def main(args):
113 exit_code = 0 113 exit_code = 0
114 print(f"sort.py: checking {len(args)} {'profiles' if len(args) != 1 else 'profile'} ...")
114 for filename in args: 115 for filename in args:
115 try: 116 try:
116 if exit_code not in (1, 101): 117 if exit_code not in (1, 101):