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
8dc243f2fe
commit
b2bbec42ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue