mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
finally !must! never fail unhandled
but it does without help
This commit is contained in:
parent
1cffa9fafc
commit
784bbd3bc8
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue