diff --git a/pype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py b/pype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py index b141a8bcb77..03aa8844fd4 100644 --- a/pype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py +++ b/pype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py @@ -61,7 +61,7 @@ def process(self, instance): "Missing FTrack Task entity in context") host = pyblish.api.current_host() - to_check = self.ftrack_custom_attributes.get(host, {})) + to_check = self.ftrack_custom_attributes.get(host, {}) if not to_check: self.log.warning("ftrack_attributes preset not found")