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

Commit

Permalink
hound
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Nov 21, 2023
1 parent 4ba778e commit 73600fb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,10 @@ def _get_matching_thumbnail_item(
# 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.
Expand All @@ -445,7 +445,7 @@ def _make_extended_component_name(self, component_item, repre, iteration_index):
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

Expand Down

0 comments on commit 73600fb

Please sign in to comment.