mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix mandatory keys
This commit is contained in:
parent
2c410e3d54
commit
2c17a9bb4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue