spack bootstrap status --dev: function call for new interface (#45822)

This commit is contained in:
Greg Becker 2024-08-20 06:04:39 -07:00 committed by GitHub
parent 85905959dc
commit c1736077bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ def _development_requirements() -> List[RequiredResponseType]:
# Ensure we trigger environment modifications if we have an environment # Ensure we trigger environment modifications if we have an environment
if BootstrapEnvironment.spack_yaml().exists(): if BootstrapEnvironment.spack_yaml().exists():
with BootstrapEnvironment() as env: with BootstrapEnvironment() as env:
env.update_syspath_and_environ() env.load()
return [ return [
_required_executable( _required_executable(