diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2019-09-24 11:47:54 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-09-24 09:47:54 -0700 |
commit | 065cbe89fed448fcc64593f679867a7a7ad3cbd1 (patch) | |
tree | 3697f77091c659d1a5c3612b0fba278cb7af6f39 /etc | |
parent | 6cd5edacca8e4cacbcaf104b3c241097fc83568f (diff) | |
download | spack-065cbe89fed448fcc64593f679867a7a7ad3cbd1.tar.gz spack-065cbe89fed448fcc64593f679867a7a7ad3cbd1.tar.bz2 spack-065cbe89fed448fcc64593f679867a7a7ad3cbd1.tar.xz spack-065cbe89fed448fcc64593f679867a7a7ad3cbd1.zip |
Fix "specific target" detection in Python 3 (#12906)
The output of subprocess.check_output is a byte string in Python 3. This causes dictionary lookup to fail later on.
A try-except around this function prevented this error from being noticed. Removed this so that more errors can propagate out.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions