mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[unpackfs] Counting works better when you update the variable
This commit is contained in:
parent
bea41465e2
commit
129bfa3a2e
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ class UnpackOperation:
|
|||
if error_msg:
|
||||
return (_("Failed to unpack image \"{}\"").format(entry.source),
|
||||
error_msg)
|
||||
complete += 1
|
||||
|
||||
return None
|
||||
finally:
|
||||
|
|
Loading…
Add table
Reference in a new issue