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

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

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

Loading…
Cancel
Save