diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index c0d13645..df8bba51 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -321,10 +321,6 @@ class SysCommandWorker: except (PermissionError, FileNotFoundError): # If history_logfile does not exist, ignore the error pass - except Exception as e: - exception_type = type(e).__name__ - error(f"Unexpected {exception_type} occurred in {self.cmd}: {e}") - raise e if storage.get('arguments', {}).get('debug'): debug(f"Executing: {self.cmd}")