diff --git a/archinstall/lib/output.py b/archinstall/lib/output.py index 3bf9902718..2cac13bc1c 100644 --- a/archinstall/lib/output.py +++ b/archinstall/lib/output.py @@ -171,10 +171,7 @@ def _check_permissions(self) -> None: # Fallback to creating the log file in the current folder logger._path = Path('./').absolute() - warn( - f'Not enough permission to place log file at {log_file},', - 'creating it in {logger.path} instead' - ) + warn(f'Not enough permission to place log file at {log_file}, creating it in {logger.path} instead') def log(self, level: int, content: str) -> None: self._check_permissions()