From 73600fb0a8dbf60175f3d9984e89be95743e5859 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Tue, 21 Nov 2023 13:57:13 +0100 Subject: [PATCH] hound --- .../ftrack/plugins/publish/integrate_ftrack_instances.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py b/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py index dcc9d6569a..66d5b73dc6 100644 --- a/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py +++ b/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py @@ -428,10 +428,10 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin): # as fallback return first thumbnail item return thumbnail_data_items[0] - return matching_thumbnail_item - def _make_extended_component_name(self, component_item, repre, iteration_index): + def _make_extended_component_name( + self, component_item, repre, iteration_index): """ Returns the extended component name Name is based on the asset name and representation name. @@ -445,7 +445,7 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin): str: The extended component name. """ - # reset extended if no need for extended asset name + # reset extended if no need for extended asset name if self.keep_first_subset_name_for_review and iteration_index == 0: return