LLNL / py-hostlist

hostlist utility implemented in python
MIT License
6 stars 2 forks source link

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

Closed cmoussa1 closed 6 years ago

cmoussa1 commented 6 years ago

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

cmoussa1 commented 6 years ago

this bug has been fixed; confirmed with unit tests