Cosmetics: remove new line in log

This commit is contained in:
Roy Nieterau 2023-07-06 01:30:09 +02:00
parent 40dc747f9a
commit 38ab207e06

View file

@ -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)