Skip to content

Commit

Permalink
sort.py: Print how many profiles are checked
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake committed Feb 14, 2021
1 parent 3ff0eb2 commit a203caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a203caa

Please sign in to comment.