Skip to content

Commit d9c19b2

Browse files
lwalizerrdgsllw8
andauthored
Change to base_dir (#81)
Co-authored-by: rdgsllw8 <[email protected]>
1 parent 32c8aeb commit d9c19b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uit/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ async def get_job_from_pbs_script(job_id, pbs_script, uit_client):
682682
script._array_indices = tuple(int(i) for i in re.split("[-:]", directives["J"]))
683683
if not job_id.endswith("[]"):
684684
job_id += "[]"
685-
j = Job(script=script, client=uit_client, working_dir=working_dir)
685+
j = Job(script=script, client=uit_client, base_dir=working_dir, use_namespace=False)
686686
j._remote_workspace_id = working_dir.name
687687
try:
688688
j._remote_workspace_id = ".".join(working_dir.name.split(".")[-3:])

0 commit comments

Comments
 (0)