From 885f8acd2b59748facb35b2b64b244bd4d670493 Mon Sep 17 00:00:00 2001 From: Robin De Lillo Date: Tue, 24 Sep 2024 17:33:17 -0400 Subject: [PATCH] Update client/ayon_core/pipeline/editorial.py Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> --- client/ayon_core/pipeline/editorial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_core/pipeline/editorial.py b/client/ayon_core/pipeline/editorial.py index 7d6d6f5882..2dc15bd645 100644 --- a/client/ayon_core/pipeline/editorial.py +++ b/client/ayon_core/pipeline/editorial.py @@ -277,8 +277,8 @@ def get_media_range_with_retimes(otio_clip, handle_start, handle_end): # to frame numbers from source sequence. media_ref = otio_clip.media_reference is_input_sequence = ( - hasattr(otio.schema, "ImageSequenceReference") and - isinstance(media_ref, otio.schema.ImageSequenceReference) + hasattr(otio.schema, "ImageSequenceReference") + and isinstance(media_ref, otio.schema.ImageSequenceReference) ) if is_input_sequence: