Skip to content

Commit a3a0c18

Browse files
committed
Remove unused parameter
Commit f4f8f40 removed the `job_workspace` parameter from `build_job_body`, but did not update CreateJobCommand to match, causing the `br` command to fail. This commit removes the parameter from the call to `build_job_body`.
1 parent 0ec5d51 commit a3a0c18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

br.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ def run(args: argparse.Namespace):
200200
devcontainer=dev_container_name,
201201
context_dir=context_directory,
202202
jobs_dir=jobs_directory,
203-
job_workspace=output_directory,
204203
getlist_path=getlist,
205204
)
206205

0 commit comments

Comments
 (0)