Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3209 from pypeclub/bugfix/OP-2943_Push-ftrack-hie…
Browse files Browse the repository at this point in the history
…rarchical-value-issue

Ftrack: Push hierarchical attributes action works
  • Loading branch information
iLLiCiTiT authored May 19, 2022
2 parents 45a2f57 + 399a994 commit d17e663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def get_hier_values(
values_per_entity_id[entity_id][key] = None

values = query_custom_attributes(
session, all_ids_with_parents, hier_attr_ids, True
session, hier_attr_ids, all_ids_with_parents, True
)
for item in values:
entity_id = item["entity_id"]
Expand Down

0 comments on commit d17e663

Please sign in to comment.