mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Log instance names instead of the objects
This commit is contained in:
parent
e388b42ad8
commit
2a3f9b743b
1 changed files with 4 additions and 1 deletions
|
|
@ -66,8 +66,11 @@ class AttachReviewables(
|
|||
|
||||
attach_instances.append(attach_instance)
|
||||
|
||||
instances_names = ", ".join(
|
||||
instance.name for instance in attach_instances
|
||||
)
|
||||
self.log.info(
|
||||
f"Attaching reviewable to other instances: {attach_instances}"
|
||||
f"Attaching reviewable to other instances: {instances_names}"
|
||||
)
|
||||
|
||||
# Copy the representations of this reviewable instance to the other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue