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:
Roy Nieterau 2025-12-17 23:58:30 +01:00
parent f7a2aa2792
commit b77b0583dd

View file

@ -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"]