1
Fork 0

fix: typos and nonexistent calls

This commit is contained in:
Tibo De Peuter 2026-04-15 18:34:28 +02:00
parent 5a358fadde
commit e40a4b979f
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
7 changed files with 52 additions and 50 deletions

View file

@ -53,7 +53,7 @@ def init_logger(**kwargs) -> "UnifiedLogger":
the output directories and set up all logging backends.
"""
global _active_logger
logger = UnifiedLogger(_set_as_global=False, **kwargs)
logger = UnifiedLogger(**kwargs)
_active_logger = logger
return logger