mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4653 - fix wrong name
This commit is contained in:
parent
f2930ed156
commit
993145e6f8
1 changed files with 2 additions and 2 deletions
|
|
@ -92,8 +92,8 @@ class RenderCreator(Creator):
|
|||
len(comps) > 1)
|
||||
for comp in comps:
|
||||
if use_composition_name:
|
||||
if "{composition}" not in subset_name.lower():
|
||||
subset_name += "{Composition}"
|
||||
if "{composition}" not in subset_name_from_ui.lower():
|
||||
subset_name_from_ui += "{Composition}"
|
||||
|
||||
composition_name = re.sub(
|
||||
"[^{}]+".format(SUBSET_NAME_ALLOWED_SYMBOLS),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue