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 61141df commit ba6245e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/ayon_flame/plugins/publish/collect_shots.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def process(self, instance):

self._get_resolution_to_data(instance.data, instance.context)
self._inject_editorial_shared_data(instance)

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

@staticmethod
Expand Down

0 comments on commit ba6245e

Please sign in to comment.