Skip to content

Commit

Permalink
spack bootstrap status --dev: function call for new interface (spack#…
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 authored Aug 20, 2024
1 parent 8590595 commit c173607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/bootstrap/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _development_requirements() -> List[RequiredResponseType]:
# Ensure we trigger environment modifications if we have an environment
if BootstrapEnvironment.spack_yaml().exists():
with BootstrapEnvironment() as env:
env.update_syspath_and_environ()
env.load()

return [
_required_executable(
Expand Down

0 comments on commit c173607

Please sign in to comment.