Update client/ayon_core/pipeline/create/product_name.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Ondřej Samohel 2024-08-19 15:01:22 +02:00 committed by GitHub
parent eddba580ef
commit f0cfc968d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,7 +182,7 @@ def get_product_name(
fill_pairs[key] = value
try:
return StringTemplate.format_template(
return StringTemplate.format_strict_template(
template=template,
data=prepare_template_data(fill_pairs)
)