Fix typo in spack executable (#11512)

This commit is contained in:
Adam J. Stewart 2019-05-18 21:00:46 -05:00 committed by GitHub
parent 92604ed576
commit 6b068a855e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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']