Merge pull request #1845 from pypeclub/bugfix/avalon_sync_type_error

This commit is contained in:
Milan Kolar 2021-07-26 15:45:09 +02:00 committed by GitHub
commit 0f3f72b83f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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