mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
log component list at the end
This commit is contained in:
parent
7abf942682
commit
9f98bc60da
1 changed files with 12 additions and 0 deletions
|
|
@ -122,4 +122,16 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
# Components data
|
||||
component_list = []
|
||||
|
||||
|
||||
def json_obj_parser(obj):
|
||||
return str(obj)
|
||||
|
||||
self.log.debug("Components list: {}".format(
|
||||
json.dumps(
|
||||
component_list,
|
||||
sort_keys=True,
|
||||
indent=4,
|
||||
default=json_obj_parser
|
||||
)
|
||||
))
|
||||
instance.data["ftrackComponentsList"] = component_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue