Skip to content

Commit

Permalink
fix!: use keyshot-openjd in submitter (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Wong <[email protected]>
  • Loading branch information
joel-wong-aws authored Dec 11, 2024
1 parent f4ed947 commit 11286d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def construct_job_template(filename: str) -> dict:
],
"actions": {
"onEnter": {
"command": "KeyShotAdaptor",
"command": "keyshot-openjd",
"args": [
"daemon",
"start",
Expand All @@ -207,7 +207,7 @@ def construct_job_template(filename: str) -> dict:
"cancelation": {"mode": "NOTIFY_THEN_TERMINATE"},
},
"onExit": {
"command": "KeyShotAdaptor",
"command": "keyshot-openjd",
"args": [
"daemon",
"stop",
Expand All @@ -231,7 +231,7 @@ def construct_job_template(filename: str) -> dict:
],
"actions": {
"onRun": {
"command": "KeyShotAdaptor",
"command": "keyshot-openjd",
"args": [
"daemon",
"run",
Expand Down

0 comments on commit 11286d7

Please sign in to comment.