fix imports

This commit is contained in:
kc1awv
2025-12-31 16:04:58 -05:00
parent c0e72c7f11
commit 2a7bd10e0a
2 changed files with 445 additions and 101 deletions

View File

@@ -63,7 +63,9 @@ def configure_logging(
if bool(cfg.log_console):
handlers.append(logging.StreamHandler())
log_file = _clean_optional_path(override_file) if override_file is not None else None
log_file = (
_clean_optional_path(override_file) if override_file is not None else None
)
if log_file is None:
log_file = _clean_optional_path(cfg.log_file)

File diff suppressed because it is too large Load Diff