Skip to content

Commit

Permalink
sorting is fine, but failing because it's not all sorted is silly
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Feb 24, 2024
1 parent bbd7f6a commit ef25eb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update_copyrights
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ if len(missing_fields) > 0 or len(extra_fields) > 0 or len(added) > 0 or len(cha
print("These are at the top of the output for easy editing, run the tool again after editing to sort the file")

if csvfile_needs_sorting:
any_check_failed = True
print("The input file isn’t sorted by filename")

if options.output != "" and final_output == unchanged:
Expand Down

0 comments on commit ef25eb2

Please sign in to comment.