[unpackfs] Don't let ir-phase reduce total number of files
This commit is contained in:
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…
Reference in New Issue
Block a user