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

bugfix (space was missing)

parent 9409f26e
Branches
Tags
1 merge request!29Restructure log location
Pipeline #370128 passed
...@@ -308,7 +308,7 @@ def set_up_logging(loglevel="warning", filename=None): ...@@ -308,7 +308,7 @@ def set_up_logging(loglevel="warning", filename=None):
# short message # short message
# #
logging.debug( logging.debug(
f"Logging has been setup, loglevel={loglevel.upper()}" f"Logging has been setup, loglevel={loglevel.upper()} "
+ f"{filename=} {rich_available=}" + f"{filename=} {rich_available=}"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment