From 6282ef54990332bc5f9aa4dc8986e17faf2d6887 Mon Sep 17 00:00:00 2001 From: Dalas121 <33790750+Dalas121@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:38:18 -0600 Subject: [PATCH] update_copyrights - list any removed files --- update_copyrights | 1 + 1 file changed, 1 insertion(+) diff --git a/update_copyrights b/update_copyrights index 96620290758..0f3bae6eb06 100755 --- a/update_copyrights +++ b/update_copyrights @@ -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)