From b2bbec42ba2d068076d7526e96e84e9c47ae839e Mon Sep 17 00:00:00 2001 From: "robin@ynput.io" Date: Wed, 22 Jan 2025 21:04:54 +0100 Subject: [PATCH] Fix lint. --- client/ayon_core/pipeline/editorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/pipeline/editorial.py b/client/ayon_core/pipeline/editorial.py index fc962300d8..6e5e2ec67a 100644 --- a/client/ayon_core/pipeline/editorial.py +++ b/client/ayon_core/pipeline/editorial.py @@ -432,7 +432,7 @@ def get_media_range_with_retimes(otio_clip, handle_start, handle_end): # Offset duration by 1 for media out frame # - only if duration is not single frame (start frame != end frame) - if offset_duration > 0: + if offset_duration > 0: offset_duration -= 1 media_out_trimmed = media_in_trimmed + offset_duration