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

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

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

Loading…
Cancel
Save