resolve hound

This commit is contained in:
Mustafa-Zarkash 2023-10-09 12:36:23 +03:00
parent 521707340a
commit 587beadd4d

View file

@ -90,7 +90,9 @@ def generate_shelves():
"script path of the tool.")
continue
tool = get_or_create_tool(tool_definition, shelf, template_data)
tool = get_or_create_tool(
tool_definition, shelf, template_data
)
if not tool:
continue