mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Cosmetics: remove new line in log
This commit is contained in:
parent
40dc747f9a
commit
38ab207e06
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ class CollectLook(pyblish.api.InstancePlugin):
|
|||
materials = cmds.listConnections(existing_attrs,
|
||||
source=True,
|
||||
destination=False) or []
|
||||
self.log.debug("Found materials:\n{}".format(materials))
|
||||
self.log.debug("Found materials: {}".format(materials))
|
||||
|
||||
# Get the entire node chain of the look sets
|
||||
# history = cmds.listHistory(look_sets, allConnections=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue