Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions archinstall/lib/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down