mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Formatting change
This commit is contained in:
parent
a4559fe79e
commit
6cfb22a4b5
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue