1
1
Boris Karasev 1967e41a71 regx/reverse: fixed adding an empty range for no numerical hostnames
Example:
For the nodelist `jjss,jjss0000001,jjss0000003,jjss0000002` a regular
expression was `jjss[0:0],jjss[7:1,3,2]` that led to incorrect unpacking
the first host as `jjs0`. This commit fixes an adding empty range for
not numeric hostnames. Here is the fixed regex for this exapmle:
`jjss,jjss[7:1,3,2]`

Signed-off-by: Boris Karasev <karasev.b@gmail.com>
2019-01-30 09:41:00 +06:00
..
2015-06-23 20:59:57 -07:00
2018-11-27 11:07:58 -08:00
2019-01-30 09:40:59 +06:00
2018-11-27 11:07:58 -08:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00