fix set adding

This commit is contained in:
iLLiCiTiT 2021-10-05 10:22:55 +02:00
parent 253f7f97c4
commit c03ba80974

View file

@ -266,8 +266,8 @@ class FtrackModule(
project_attrs = ca_defs.get("show") or {}
ca_keys = (
set(hierarchical_attrs.keys())
+ set(project_attrs.keys())
+ {CUST_ATTR_TOOLS, CUST_ATTR_APPLICATIONS, CUST_ATTR_INTENT}
| set(project_attrs.keys())
| {CUST_ATTR_TOOLS, CUST_ATTR_APPLICATIONS, CUST_ATTR_INTENT}
)
cust_attr, hier_attr = get_openpype_attr(session)