mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
No workfile is allowed, and only looks scary in e.g. tray-publisher. It's not up to the Input integrator to have a strong opinion on it that it should be warning the user, so debug log level is better.
This commit is contained in:
parent
f7a2aa2792
commit
b77b0583dd
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class IntegrateInputLinksAYON(pyblish.api.ContextPlugin):
|
||||||
created links by its type
|
created links by its type
|
||||||
"""
|
"""
|
||||||
if workfile_instance is None:
|
if workfile_instance is None:
|
||||||
self.log.warning("No workfile in this publish session.")
|
self.log.debug("No workfile in this publish session.")
|
||||||
return
|
return
|
||||||
|
|
||||||
workfile_version_id = workfile_instance.data["versionEntity"]["id"]
|
workfile_version_id = workfile_instance.data["versionEntity"]["id"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue