mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
[unpackfs] Don't let ir-phase reduce total number of files
This commit is contained in:
parent
fae0b8c2f8
commit
2a6bf50621
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue