From 0c7fd85172ddc4e254d5f4e54d0d2512d3482f39 Mon Sep 17 00:00:00 2001 From: Joel Wong <127782171+joel-wong-aws@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:54:15 -0600 Subject: [PATCH] fix!: use keyshot-openjd in submitter Signed-off-by: Joel Wong <127782171+joel-wong-aws@users.noreply.github.com> --- .../keyshot_submitter/Submit to AWS Deadline Cloud.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py b/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py index 0fdf49d..4e9ebd4 100644 --- a/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py +++ b/src/deadline/keyshot_submitter/Submit to AWS Deadline Cloud.py @@ -190,7 +190,7 @@ def construct_job_template(filename: str) -> dict: ], "actions": { "onEnter": { - "command": "KeyShotAdaptor", + "command": "keyshot-openjd", "args": [ "daemon", "start", @@ -204,7 +204,7 @@ def construct_job_template(filename: str) -> dict: "cancelation": {"mode": "NOTIFY_THEN_TERMINATE"}, }, "onExit": { - "command": "KeyShotAdaptor", + "command": "keyshot-openjd", "args": [ "daemon", "stop", @@ -228,7 +228,7 @@ def construct_job_template(filename: str) -> dict: ], "actions": { "onRun": { - "command": "KeyShotAdaptor", + "command": "keyshot-openjd", "args": [ "daemon", "run",