Skip to content

Commit

Permalink
fix!: use keyshot-openjd in submitter
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Wong <[email protected]>
  • Loading branch information
joel-wong-aws committed Dec 11, 2024
1 parent aec0516 commit 0c7fd85
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def construct_job_template(filename: str) -> dict:
],
"actions": {
"onEnter": {
"command": "KeyShotAdaptor",
"command": "keyshot-openjd",
"args": [
"daemon",
"start",
Expand All @@ -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",
Expand All @@ -228,7 +228,7 @@ def construct_job_template(filename: str) -> dict:
],
"actions": {
"onRun": {
"command": "KeyShotAdaptor",
"command": "keyshot-openjd",
"args": [
"daemon",
"run",
Expand Down

0 comments on commit 0c7fd85

Please sign in to comment.