From 0be2be64405183986addf492bc63df1b2d6f892a Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Fri, 12 Jul 2019 12:12:29 +0200 Subject: [PATCH] added entity_type (there must be any) --- pype/ftrack/actions/action_cust_attr_doctor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/ftrack/actions/action_cust_attr_doctor.py b/pype/ftrack/actions/action_cust_attr_doctor.py index 914253f4d6..21b1fb12e1 100644 --- a/pype/ftrack/actions/action_cust_attr_doctor.py +++ b/pype/ftrack/actions/action_cust_attr_doctor.py @@ -198,6 +198,7 @@ class CustomAttributeDoctor(BaseAction): for key in to_create: data = { 'key': key, + 'entity_type': 'show', 'is_hierarchical': True, 'default': None }