We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5fd6b commit 0b4275aCopy full SHA for 0b4275a
archinstall/lib/general.py
@@ -321,10 +321,6 @@ def execute(self) -> bool:
321
except (PermissionError, FileNotFoundError):
322
# If history_logfile does not exist, ignore the error
323
pass
324
- except Exception as e:
325
- exception_type = type(e).__name__
326
- error(f"Unexpected {exception_type} occurred in {self.cmd}: {e}")
327
- raise e
328
329
if storage.get('arguments', {}).get('debug'):
330
debug(f"Executing: {self.cmd}")
0 commit comments