diff --git a/client/ayon_flame/plugins/publish/collect_shots.py b/client/ayon_flame/plugins/publish/collect_shots.py index e3a5267..1c46435 100644 --- a/client/ayon_flame/plugins/publish/collect_shots.py +++ b/client/ayon_flame/plugins/publish/collect_shots.py @@ -108,7 +108,7 @@ def process(self, instance): # get file path head, tail = self._get_head_tail( clip_data, - otio_data["otioClip"], + otio_clip, creator_attrs["handleStart"], creator_attrs["handleEnd"] )