Skip to content
Snippets Groups Projects
Unverified Commit 6b068a85 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Fix typo in spack executable (#11512)

parent 92604ed5
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ sys.path.insert(0, spack_external_libs) ...@@ -35,7 +35,7 @@ sys.path.insert(0, spack_external_libs)
# (see #9206 for a broader description of the issue). # (see #9206 for a broader description of the issue).
# #
# Briefly: ruamel.yaml produces a .pth file when installed with pip that # Briefly: ruamel.yaml produces a .pth file when installed with pip that
# makes the site installed package the preferred one, even tough sys.path # makes the site installed package the preferred one, even though sys.path
# is modified to point to another version of ruamel.yaml. # is modified to point to another version of ruamel.yaml.
if 'ruamel.yaml' in sys.modules: if 'ruamel.yaml' in sys.modules:
del sys.modules['ruamel.yaml'] del sys.modules['ruamel.yaml']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment