mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04: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:
|
if error_msg:
|
||||||
return (_("Failed to unpack image \"{}\"").format(entry.source),
|
return (_("Failed to unpack image \"{}\"").format(entry.source),
|
||||||
error_msg)
|
error_msg)
|
||||||
|
complete += 1
|
||||||
|
|
||||||
return None
|
return None
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue