Skip to content

Commit

Permalink
Update client/ayon_core/plugins/publish/collect_otio_subset_resources.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Trllo <[email protected]>
  • Loading branch information
jakubjezek001 and iLLiCiTiT authored Dec 5, 2024
1 parent 156d3e6 commit b832c85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ def process(self, instance):

if "review" in instance.data["families"]:
review_repre = self._create_representation(
frame_start, frame_end,
file=filename, delete=True, review=True)
frame_start, frame_end,
file=filename, delete=True, review=True)

instance.data["originalDirname"] = self.staging_dir

Expand Down

0 comments on commit b832c85

Please sign in to comment.