From 5abbceeace24f3b183507d6d91f8aa7a4cb6bd95 Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Sat, 24 Jun 2023 13:55:20 +0800 Subject: [PATCH] hound fix --- .../hosts/max/plugins/publish/validate_animation_timeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/hosts/max/plugins/publish/validate_animation_timeline.py b/openpype/hosts/max/plugins/publish/validate_animation_timeline.py index 249451680c..8e49c94aa7 100644 --- a/openpype/hosts/max/plugins/publish/validate_animation_timeline.py +++ b/openpype/hosts/max/plugins/publish/validate_animation_timeline.py @@ -28,8 +28,8 @@ class ValidateAnimationTimeline(pyblish.api.InstancePlugin): frame_end_handle = frame_range["frameEnd"] + int( frame_range["handleEnd"] ) - if rt.animationRange != rt.interval( - frame_start_handle, frame_end_handle): + if rt.animationRange != rt.interval(frame_start_handle, + frame_end_handle): raise PublishValidationError("Incorrect animation timeline" "set for preview animation.. " "\nYou can use repair action to "