mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix lint.
This commit is contained in:
parent
ff2893dff0
commit
9fbef06cb0
1 changed files with 2 additions and 1 deletions
|
|
@ -316,7 +316,8 @@ def get_media_range_with_retimes(otio_clip, handle_start, handle_end):
|
|||
if (
|
||||
is_input_sequence
|
||||
and available_range.start_time.to_frames() == media_ref.start_frame
|
||||
and conformed_source_range.start_time.to_frames() < media_ref.start_frame
|
||||
and conformed_source_range.start_time.to_frames() <
|
||||
media_ref.start_frame
|
||||
):
|
||||
available_range = _ot.TimeRange(
|
||||
_ot.RationalTime(0, rate=available_range_rate),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue