mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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
fcc2c692fe
commit
dcf3b27493
1 changed files with 1 additions and 1 deletions
|
|
@ -1574,7 +1574,7 @@ class PlaceholderLoadMixin(object):
|
|||
"population."
|
||||
)
|
||||
return
|
||||
if not placeholder.data["keep_placeholder"]:
|
||||
if not placeholder.data.get("keep_placeholder", True):
|
||||
self.delete_placeholder(placeholder)
|
||||
|
||||
def load_failed(self, placeholder, representation):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue