mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merge pull request #1845 from pypeclub/bugfix/avalon_sync_type_error
This commit is contained in:
commit
0f3f72b83f
1 changed files with 1 additions and 1 deletions
|
|
@ -1259,7 +1259,7 @@ class SyncToAvalonEvent(BaseEvent):
|
|||
self.process_session,
|
||||
entity,
|
||||
hier_attrs,
|
||||
self.cust_attr_types_by_id
|
||||
self.cust_attr_types_by_id.values()
|
||||
)
|
||||
for key, val in hier_values.items():
|
||||
output[key] = val
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue