Print compiler correctly.

This commit is contained in:
Todd Gamblin 2014-04-14 13:53:40 -07:00
parent 1f9dfeb9b5
commit 9fa99030eb

View File

@ -78,7 +78,7 @@ def hasher():
for architecture in index:
tty.hline(architecture, char='=', color=spack.spec.architecture_color)
for compiler in index[architecture]:
tty.hline(architecture, char='-', color=spack.spec.compiler_color)
tty.hline(compiler, char='-', color=spack.spec.compiler_color)
specs = index[architecture][compiler]
specs.sort()