Update openpype/pipeline/workfile/workfile_template_builder.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2023-01-04 14:26:26 +01:00 committed by GitHub
parent 40cf2956fd
commit e69f3539ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -675,7 +675,7 @@ class AbstractTemplateBuilder(object):
# switch to remove placeholders after they are used
placeholder_keep = profile.get("placeholder_keep")
# backward compatibility, since default is True
if placeholder_keep is not False:
if placeholder_keep is None:
placeholder_keep = True
if not path: