Skip to content

Commit 4bcd6ef

Browse files
committed
Fix ruff format for local builds
1 parent 63e559e commit 4bcd6ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

archinstall/lib/output.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ def _check_permissions(self) -> None:
171171
# Fallback to creating the log file in the current folder
172172
logger._path = Path('./').absolute()
173173

174-
warn(
175-
f'Not enough permission to place log file at {log_file},',
176-
'creating it in {logger.path} instead'
177-
)
174+
warn(f'Not enough permission to place log file at {log_file}, creating it in {logger.path} instead')
178175

179176
def log(self, level: int, content: str) -> None:
180177
self._check_permissions()

0 commit comments

Comments
 (0)