Skip to content

Commit

Permalink
Update initial_run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Apr 18, 2023
1 parent 862d2d1 commit 49f0be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapporo_example/initial_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def execute_initial_run(sh_path: Path, run_dir: Path, endpoint: str) -> None:
dir_path = Path(__file__).with_name("initial_run_dir")
sapporo_endpoint = "http://sapporo-service:1122"

execute_initial_run(dir_path.joinpath("initial_run.sh"), dir_path, sapporo_endpoint)
execute_initial_run(Path(__file__).with_name("initial_run.sh"), dir_path, sapporo_endpoint)

0 comments on commit 49f0be2

Please sign in to comment.