mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1616 from BigRoy/enhancement/integrate_inputlinks_no_workfile_to_debug
Integrate Input Links: Do not log warning if no workfile is present
This commit is contained in:
commit
301b603775
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class IntegrateInputLinksAYON(pyblish.api.ContextPlugin):
|
|||
created links by its type
|
||||
"""
|
||||
if workfile_instance is None:
|
||||
self.log.warning("No workfile in this publish session.")
|
||||
self.log.debug("No workfile in this publish session.")
|
||||
return
|
||||
|
||||
workfile_version_id = workfile_instance.data["versionEntity"]["id"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue