Skip to content
Snippets Groups Projects
Commit 2698b748 authored by florian's avatar florian
Browse files

STY: autopep8'd

parent 73972347
No related branches found
No related tags found
1 merge request!160STY: styling
Pipeline #41808 failed
......@@ -264,7 +264,7 @@ def scanner(items: list[StructureElement],
converters_path = []
for element in items:
element_path =os.path.join(*(structure_elements_path + [element.get_name()]))
element_path = os.path.join(*(structure_elements_path + [element.get_name()]))
logger.debug(f"Dealing with {element_path}")
for converter in converters:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment