We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8e6c5 commit 70d8244Copy full SHA for 70d8244
1 file changed
extract_utils/module.py
@@ -982,6 +982,7 @@ def backup_pinned_files(self, backup_dir: str):
982
for file in proprietary_file.file_list.pinned_files:
983
if not printed:
984
print(f'Backing up {proprietary_file.printable_path}')
985
+ printed = True
986
self.backup_file(file, backup_source, backup_dir)
987
988
def process_file(
0 commit comments