update_copyrights - list any removed files

This commit is contained in:
Dalas121 2025-01-11 19:38:18 -06:00 committed by GitHub
parent e8a29976cf
commit 6282ef5499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,7 @@ any_check_failed = False
if len(removed) > 0:
any_check_failed = True
print("There are "+str(len(removed))+" removed files")
print(",".join(removed))
count_missing_fields = len(missing_fields)
count_extra_fields = len(extra_fields)