Update openpype/pipeline/workfile/workfile_template_builder.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Toke Jepsen 2023-06-23 14:49:46 +01:00 committed by GitHub
parent fcc2c692fe
commit dcf3b27493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):