mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix lint + log message.
This commit is contained in:
parent
d25c4701d1
commit
3731e1226a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue