mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
20b2b50bac
commit
673e7a7359
1 changed files with 1 additions and 1 deletions
|
|
@ -1517,7 +1517,7 @@ class PlaceholderCreateMixin(object):
|
|||
for creator_name, creator in creators_by_name.items()
|
||||
]
|
||||
|
||||
creator_items = list(sorted(creator_items, key=lambda i: i[1]))
|
||||
creator_items.sort(key=lambda i: i[1])
|
||||
options = options or {}
|
||||
return [
|
||||
attribute_definitions.UISeparatorDef(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue