Test a change @becker33 suggested to work around issue

This commit is contained in:
Adrien M. BERNEDE 2025-01-15 10:40:26 +01:00
parent 70534ac9d4
commit ca65fff09a

View File

@ -3015,7 +3015,7 @@ def included_config_scopes(self) -> List[spack.config.ConfigScope]:
if missing:
msg = "Detected {0} missing include path(s):".format(len(missing))
msg += "\n {0}".format("\n ".join(missing))
raise spack.config.ConfigFileError(msg)
tty.warn(msg)
return scopes