Skip to content

Commit

Permalink
Rework handle computation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Nov 11, 2024
1 parent ba6245e commit ceff6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_flame/plugins/publish/collect_shots.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def process(self, instance):
self._inject_editorial_shared_data(instance)

from pprint import pformat
self.log.debug("__ inst_data: {}".format(pformat(inst_data)))
self.log.debug("__ inst_data: {}".format(pformat(instance.data)))

@staticmethod
def _set_workfile_start(data):
Expand Down

0 comments on commit ceff6dc

Please sign in to comment.