mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 18:40:16 +00:00
update_copyrights - list any removed files
This commit is contained in:
parent
e8a29976cf
commit
6282ef5499
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user