mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +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
40cf2956fd
commit
e69f3539ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue