Skip to content
Snippets Groups Projects
Commit ee767132 authored by Morris Jette's avatar Morris Jette
Browse files

hostlist parse fix

If a hostlist expression contained a separator after two open
brackets and one close bracket, this resulted in bad parsing.
Before:
$ scontrol show hostnames a[1-2]b[1,2]
a[1-2]b[1]
2]
After:
$ scontrol show hostnames a[1-2]b[1,2]
a1b1
a1b2
a2b1
a2b2
parent d86dc62c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment