Commit 80beef6
Fix sprio regression not handling comma separated list of jobids
sprio was unable to parse a comma-separated list of jobs despite
documentation stating that this was possible. The entire job list was
passed to the unfmt_job_id_string() function, but this function is
unable to parse job lists. Switching to only pass the single job to
unfmt_job_id_string() fixes this issue.
Regression introduced in 4f21612.
Changelog: Fix sprio regression not handling comma separated list of
jobids.
Ticket: 246251 parent 9cf3d4c commit 80beef6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments