mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
cast representations log into string
This commit is contained in:
parent
80af34403b
commit
988d843b25
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
profiles = None
|
||||
|
||||
def process(self, instance):
|
||||
self.log.debug(instance.data["representations"])
|
||||
self.log.debug(str(instance.data["representations"]))
|
||||
# Skip review when requested.
|
||||
if not instance.data.get("review", True):
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue