LLNL/py-hostlist

expand() doesn't display output for only comma separated numbers

cmoussa1 opened this issue · 1 comments

for example, the input node[1,2,3] does not return anything. it needs to return node1,node2,node3

this bug has been fixed; confirmed with unit tests