[unpackfs] Counting works better when you update the variable

This commit is contained in:
Adriaan de Groot 2020-04-06 17:14:29 +02:00
parent bea41465e2
commit 129bfa3a2e

View file

@ -325,6 +325,7 @@ class UnpackOperation:
if error_msg:
return (_("Failed to unpack image \"{}\"").format(entry.source),
error_msg)
complete += 1
return None
finally: