mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #2568 from pypeclub/bugfix/global_collect_otio_review
This commit is contained in:
commit
5f9378349f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue