Formatting change

This commit is contained in:
Petr Kalis 2025-12-08 10:13:00 +01:00
parent a4559fe79e
commit 6cfb22a4b5

View file

@ -250,7 +250,9 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
# exclude first frame if slate in representation tags
if "slate-frame" in repre.get("tags", []):
repre_files_thumb = repre_files_thumb[1:]
file_index = int(float(len(repre_files_thumb)) * profile_config.duration_split) # noqa: E501
file_index = int(
float(len(repre_files_thumb)) * profile_config.duration_split # noqa: E501
)
input_file = repre_files[file_index]
full_input_path = os.path.join(src_staging, input_file)