for skipping clingo here:
|
if "spack_setup_clingo" in self.project_args and self.project_args["spack_setup_clingo"] == False: |
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.