mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Address feedback from PR.
This commit is contained in:
parent
0293d74618
commit
e12fa847c9
1 changed files with 3 additions and 1 deletions
|
|
@ -55,10 +55,12 @@ class CollectOtioReview(pyblish.api.InstancePlugin):
|
|||
|
||||
# loop all tracks and match with name in `reviewTrack`
|
||||
for track in otio_timeline.tracks:
|
||||
# Skip the loop
|
||||
|
||||
# No review track defined, skip the loop
|
||||
if review_track_name is None:
|
||||
break
|
||||
|
||||
# Not current review track, skip it.
|
||||
if review_track_name != track.name:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue