Fix lint + log message.

This commit is contained in:
robin@ynput.io 2025-01-29 12:36:00 +01:00
parent d25c4701d1
commit 3731e1226a
2 changed files with 2 additions and 2 deletions

View file

@ -866,7 +866,7 @@ class Creator(BaseCreator):
current_host = create_ctx.host.name
follow_workfile_version = (
follow_workfile_version and
follow_workfile_version and
current_host in follow_version_hosts
)

View file

@ -49,7 +49,7 @@ class CollectSceneVersion(pyblish.api.ContextPlugin):
if context.data["hostName"] not in self.hosts:
self.log.debug(
f"Host {context.data['hostName']} is"
" not setup for following version."
" not setup for collecting scene version."
)
return