Update tests/test_utils_logcfg.py
Run CI Tests / test (push) Successful in 52s

This commit is contained in:
2025-08-01 04:31:57 +02:00
parent 798548b65f
commit 315b782c6c
+1 -1
View File
@@ -56,7 +56,7 @@ def test_import_logging_once_per_module():
import io
import random
""")
with tempfile.NamedTemporaryFile("w", suffix=".py", delete=False) as tmp:
tmp.write(code)
tmp_path = tmp.name