mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Cosmetics for error messages
This commit is contained in:
parent
8731c4f507
commit
4a2f30d56a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue