Fix ruff format for local builds (#3626)

This commit is contained in:
correctmost 2025-06-24 03:30:04 +00:00 committed by GitHub
parent 63e559e502
commit 85f83214f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -171,10 +171,7 @@ class Logger:
# 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()