We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e559e commit 4bcd6efCopy full SHA for 4bcd6ef
archinstall/lib/output.py
@@ -171,10 +171,7 @@ def _check_permissions(self) -> None:
171
# Fallback to creating the log file in the current folder
172
logger._path = Path('./').absolute()
173
174
- warn(
175
- f'Not enough permission to place log file at {log_file},',
176
- 'creating it in {logger.path} instead'
177
- )
+ warn(f'Not enough permission to place log file at {log_file}, creating it in {logger.path} instead')
178
179
def log(self, level: int, content: str) -> None:
180
self._check_permissions()
0 commit comments