Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for SpackCommand #39255

Closed
wants to merge 0 commits into from
Closed

Conversation

rblake-llnl
Copy link
Contributor

I was trying to run something like this using spack-python

bash:
    spack -e ${environment_dir} location -i ${spack_spec}
python:
    location = SpackCommand("location")
    install_tree = location('-i', spack_spec, fail_on_error=True, global_args=["-e", environment_dir])

This fix makes this work as intended.

@spackbot-app spackbot-app bot added the core PR affects Spack core functionality label Aug 3, 2023
@wdconinc wdconinc closed this May 18, 2024
@wdconinc
Copy link
Contributor

This PR was closed because a rebase resulted in a zero change set: the same fix was merged as part of #17229. I apologize that we were not able to merge your changes earlier, but I encourage you to continue submitting pull requests with fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core PR affects Spack core functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants