fix mandatory keys

This commit is contained in:
Jakub Trllo 2023-02-03 12:08:20 +01:00
parent 2c410e3d54
commit 2c17a9bb4e

View file

@ -66,7 +66,7 @@ def generate_shelves():
)
continue
mandatory_attributes = {'name', 'script'}
mandatory_attributes = {'label', 'script'}
for tool_definition in shelf_definition.get('tools_list'):
# We verify that the name and script attibutes of the tool
# are set