Skip to content

Commit

Permalink
Merge pull request #1034 from ynput/bugfix/fix_extract_otio_review
Browse files Browse the repository at this point in the history
Fix extract_otio_review
  • Loading branch information
robin-ynput authored Dec 4, 2024
2 parents 230ae53 + ed7752a commit 0ed31e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/plugins/publish/extract_otio_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def process(self, instance):

if otio_review_clips is None:
self.log.info(f"Instance `{instance}` has no otioReviewClips")
return

# add plugin wide attributes
self.representation_files = []
Expand Down

0 comments on commit 0ed31e3

Please sign in to comment.