finally !must! never fail unhandled

but it does without help
This commit is contained in:
Alf Gaida 2017-12-26 22:25:40 +01:00
parent 1cffa9fafc
commit 784bbd3bc8

View file

@ -218,7 +218,7 @@ class UnpackOperation:
return None
finally:
shutil.rmtree(source_mount_path)
shutil.rmtree(source_mount_path, ignore_errors=True, onerror=None)
def mount_image(self, entry, imgmountdir):
"""