for skipping clingo here: https://github.com/LLNL/uberenv/blob/7199133a517cfece51f47c102d9dab85b8a6aa4c/uberenv.py#L907 I don't see how this can work: ``` 'spack_setup_clingo': 'false' ``` The json contents are not parsed to an actual boolean -- the result is a string.
for skipping clingo here:
https://github.com/LLNL/uberenv/blob/7199133a517cfece51f47c102d9dab85b8a6aa4c/uberenv.py#L907
I don't see how this can work:
The json contents are not parsed to an actual boolean -- the result is a string.