mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Cosmetics: remove new line in logs
This commit is contained in:
parent
38ab207e06
commit
ae3364a833
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class CollectLook(pyblish.api.InstancePlugin):
|
|||
"rman__displacement"
|
||||
]
|
||||
if look_sets:
|
||||
self.log.debug("Found look sets:\n{}".format(look_sets))
|
||||
self.log.debug("Found look sets: {}".format(look_sets))
|
||||
|
||||
# Get all material attrs for all look sets to retrieve their inputs
|
||||
existing_attrs = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue