spack/lib
Adam J. Stewart 065cbe89fe 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.
2019-09-24 09:47:54 -07:00
..
spack Fix "specific target" detection in Python 3 (#12906) 2019-09-24 09:47:54 -07:00