mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix preview always True.
This commit is contained in:
parent
19dadf5b0b
commit
4d1f5b12dc
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
if bake_render_path:
|
||||
preview = False
|
||||
|
||||
if "celaction" in self.hosts:
|
||||
if "celaction" in pyblish.api.registered_hosts():
|
||||
preview = True
|
||||
|
||||
staging = os.path.dirname(list(collection)[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue