From e2d35dedb961fc5bc0495072be1371ffe3cd22e0 Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Wed, 21 Jun 2023 18:28:29 +0800 Subject: [PATCH] hound fix --- openpype/hosts/max/plugins/publish/extract_review_animation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/max/plugins/publish/extract_review_animation.py b/openpype/hosts/max/plugins/publish/extract_review_animation.py index 8d7dfdeea9..940068cc51 100644 --- a/openpype/hosts/max/plugins/publish/extract_review_animation.py +++ b/openpype/hosts/max/plugins/publish/extract_review_animation.py @@ -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