LLNL / py-hostlist

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

Some lists expanded wrong #32

Open abrekhov opened 3 years ago

abrekhov commented 3 years ago

Function expand for host list is not correct. E.g. s02p[017,029-030] gives 's02p17,s02p29,s02p30'.

morenodelgad1 commented 2 years ago

This was remedied in the last merge request: https://github.com/LLNL/py-hostlist/commit/8ace7a63694f5e2529d8324f0c531de2095b275b

Correction: The merge request listed above has some of the code, not all of it. Will update the package on PyPI in the coming weeks.

Only about a year late to your comment.