Skip to content

Commit 70d8244

Browse files
committed
extract_utils: fix multiple backing up prints
Change-Id: I59a7081c20511531cda72213498526a7d45b30e0
1 parent bd8e6c5 commit 70d8244

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extract_utils/module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ def backup_pinned_files(self, backup_dir: str):
982982
for file in proprietary_file.file_list.pinned_files:
983983
if not printed:
984984
print(f'Backing up {proprietary_file.printable_path}')
985+
printed = True
985986
self.backup_file(file, backup_source, backup_dir)
986987

987988
def process_file(

0 commit comments

Comments
 (0)