Skip to content

Commit da96f44

Browse files
committed
fix
Signed-off-by: Hemil Desai <hemild@nvidia.com>
1 parent ec70ba4 commit da96f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nemo_run/run/ray/slurm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def _status(
302302
result = executor.tunnel.run(cmd)
303303

304304
job_id = result.stdout.strip()
305+
job_id = job_id.split("\n")[-1]
305306

306307
# If job not found in running jobs, check if it's in cluster_map
307308
if not job_id:

0 commit comments

Comments
 (0)