Merge pull request #2568 from pypeclub/bugfix/global_collect_otio_review

This commit is contained in:
Milan Kolar 2022-01-25 14:04:06 +01:00 committed by GitHub
commit 5f9378349f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ class CollectOtioReview(pyblish.api.InstancePlugin):
# loop all tracks and match with name in `reviewTrack`
for track in otio_timeline.tracks:
if review_track_name not in track.name:
if review_track_name != track.name:
continue
# process correct track