fix: name is uncalculated
This commit is contained in:
parent
4df2b013df
commit
c8aad30517
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class UserDatas:
|
||||||
# it's not a dynamic variable
|
# it's not a dynamic variable
|
||||||
continue
|
continue
|
||||||
identifier = get_identifier_from_dynamic_family(
|
identifier = get_identifier_from_dynamic_family(
|
||||||
tconfig.name(), name
|
tconfig.name(uncalculated=True), name
|
||||||
)
|
)
|
||||||
if identifier == "{{ identifier }}":
|
if identifier == "{{ identifier }}":
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue