Update openpype/hosts/resolve/api/plugin.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2023-11-28 21:32:42 +01:00 committed by GitHub
parent b438cbbf77
commit 497e3ec962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -439,10 +439,10 @@ class ClipLoader:
source_with_handles = True
# make sure all frame data is available
if (
frame_start is None or
frame_end is None or
handle_start == 0 or
handle_end == 0
frame_start is None
or frame_end is None
or handle_start == 0
or handle_end == 0
):
# if not then rather assume that source has no handles
source_with_handles = False