Cosmetics for error messages

This commit is contained in:
aardschok 2017-08-04 17:51:53 +02:00
parent 8731c4f507
commit 4a2f30d56a

View file

@ -665,7 +665,7 @@ def get_reference_node(path):
try:
node = cmds.file(path, query=True, referenceNode=True)
except RuntimeError:
log.debug('Received file not loaded : "{}"'.format(path))
log.debug('File is not referenced : "{}"'.format(path))
return
reference_path = cmds.referenceQuery(path, filename=True)