[unpackfs] Don't let ir-phase reduce total number of files

main
Adriaan de Groot 7 years ago
parent fae0b8c2f8
commit 2a6bf50621

@ -274,6 +274,7 @@ class UnpackOperation:
:param copied: :param copied:
""" """
entry.copied = copied entry.copied = copied
if total > entry.total:
entry.total = total entry.total = total
self.report_progress() self.report_progress()

Loading…
Cancel
Save