EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 6c2d08f0 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Remove superfluous f string

parent c6b6bef6
No related branches found
No related tags found
1 merge request!12use structlog
Pipeline #21781 passed
......@@ -268,7 +268,7 @@ class EOxServerBackend(ItemBackend):
if created:
logger.info("Created Product Type" , product_type_obj=product_type_obj)
else:
logger.info(f"Using existing Product Type", product_type_obj=product_type_obj)
logger.info("Using existing Product Type", product_type_obj=product_type_obj)
# resolve storage object
if storage:
......
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