mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix values loop
This commit is contained in:
parent
a2170a76fe
commit
b0001f9a58
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ def _merge_attr_defs(
|
|||
|
||||
src_item_values = {
|
||||
item["value"]
|
||||
for item in attr_def_src
|
||||
for item in attr_def_src.items
|
||||
}
|
||||
for item in attr_def_new.items:
|
||||
if item["value"] not in src_item_values:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue