Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix printchplbuilds.py error on GASNET_VERSION (chapel-lang#26356)
Previously printchplbuilds.py was broken, probably by myself in chapel-lang#25875 Example: ``` $ ./util/chplenv/printchplbuilds.py Traceback (most recent call last): File "./util/chplenv/printchplbuilds.py", line 466, in <module> main(sys.argv) File "./util/chplenv/printchplbuilds.py", line 373, in main build = Parse(path) File "./util/chplenv/printchplbuilds.py", line 133, in Parse var = varNames[state] KeyError: <State.GASNET_VERSION: 11> ``` [Contributed by @bonachea. Reviewed and merged by @jabraham17]
- Loading branch information