mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
d97cff327a
commit
c9e2b05636
1 changed files with 2 additions and 1 deletions
|
|
@ -311,7 +311,8 @@ class AbstractTemplateBuilder(ABC):
|
|||
|
||||
def _collect_creators(self):
|
||||
self._creators_by_name = {
|
||||
name: creator for name, creator
|
||||
identifier: creator
|
||||
for identifier, creator
|
||||
in self.create_context.manual_creators.items()
|
||||
# Do not list HiddenCreator even though it is a 'manual creator'
|
||||
if not isinstance(creator, HiddenCreator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue