Skip to content
Snippets Groups Projects
Commit 807e3d48 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

black

parent 0fc0e27c
No related branches found
No related tags found
1 merge request!23use rich for logging formatting (if package available)
Pipeline #368690 passed
......@@ -52,8 +52,6 @@ def set_up_logging(loglevel="warning", filename="test.log"):
if not isinstance(log_level_numeric, int):
raise ValueError("Invalid log level: %s" % loglevel)
handlers = []
if filename:
handlers.append(logging.FileHandler(filename))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment