We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed8085 commit a27c6a9Copy full SHA for a27c6a9
src/clusterfuzz/_internal/system/archive.py
@@ -181,6 +181,8 @@ def extract_all(self,
181
if archive_file_unpack_count % 1000 == 0:
182
logs.info('Unpacked %d/%d.' % (archive_file_unpack_count,
183
archive_file_total_count))
184
+ logs.info('Unpacked %d/%d. Done.' % (archive_file_unpack_count,
185
+ archive_file_total_count))
186
187
return not error_occurred
188
0 commit comments