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

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Nov 21, 2023
1 parent 73600fb commit e6c0504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def process(self, instance):
self.log.debug("Multiple output names: {}".format(
synced_multiple_output_names
))
multiple_synced_thumbnails = len(thumbnail_representations) > 1
multiple_synced_thumbnails = len(synced_multiple_output_names) > 1

# Components data
component_list = []
Expand Down

0 comments on commit e6c0504

Please sign in to comment.