mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hound fix
This commit is contained in:
parent
8abfa57b1b
commit
e2d35dedb9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class ExtractReviewAnimation(publish.Extractor):
|
|||
]
|
||||
|
||||
for key in options:
|
||||
enabled= instance.data.get(key)
|
||||
enabled = instance.data.get(key)
|
||||
if enabled:
|
||||
job_args.append(f"{key}:{enabled}")
|
||||
frame_option = f"outputAVI:false start:{start} end:{end} fps:{fps}" # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue