We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e555212 commit 65e6fcbCopy full SHA for 65e6fcb
1 file changed
batchtools/br.py
@@ -229,7 +229,7 @@ def run(args: argparse.Namespace):
229
sys.exit(f"Error occurred while creating job: {e}")
230
231
if args.job_delete and args.wait:
232
- subprocess.run(["cat", f"jobs/{job_name}.log"], check=True)
+ subprocess.run(["cat", f"jobs/{job_name}/{job_name}.log"], check=True)
233
print(f"RUNDIR: jobs/{job_name}")
234
oc_delete("job", job_name)
235
else:
0 commit comments