mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
OP-3021 - Hound
This commit is contained in:
parent
2c7b1aab50
commit
98dc1f0a43
2 changed files with 1 additions and 2 deletions
|
|
@ -148,4 +148,4 @@ class CreateWriteRender(plugin.OpenPypeCreator):
|
|||
return write_node
|
||||
|
||||
def _modify_write_node(self, write_node):
|
||||
return write_node
|
||||
return write_node
|
||||
|
|
|
|||
|
|
@ -284,7 +284,6 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
else:
|
||||
payload["JobInfo"]["JobDependency0"] = job["_id"]
|
||||
|
||||
self.log.info("suspend {}".format(instance.data.get("suspend_publish")))
|
||||
if instance.data.get("suspend_publish"):
|
||||
payload["JobInfo"]["InitialStatus"] = "Suspended"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue