[unpackfs] Counting works better when you update the variable

main
Adriaan de Groot 5 years ago
parent bea41465e2
commit 129bfa3a2e

@ -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…
Cancel
Save