finally !must! never fail unhandled

but it does without help
main
Alf Gaida 7 years ago
parent 1cffa9fafc
commit 784bbd3bc8

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

Loading…
Cancel
Save