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

fix line length

parent fef85f9e
No related branches found
No related tags found
1 merge request!23use rich for logging formatting (if package available)
Pipeline #368734 passed
...@@ -90,7 +90,8 @@ def set_up_logging(loglevel="warning", filename="test.log"): ...@@ -90,7 +90,8 @@ def set_up_logging(loglevel="warning", filename="test.log"):
force=True, force=True,
) )
logging.debug( logging.debug(
f"Logging has been setup, loglevel={loglevel.upper()} {filename=} {rich_available=}" f"Logging has been setup, loglevel={loglevel.upper()}"
+ f"{filename=} {rich_available=}"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment