From 19df908cb6331e494368cd9f669cdc0e51d3d333 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Fri, 7 Feb 2014 09:13:10 -0800 Subject: Make default spack text non-bold --- lib/spack/spack/tty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/tty.py b/lib/spack/spack/tty.py index 5a2ba92275..df4760df40 100644 --- a/lib/spack/spack/tty.py +++ b/lib/spack/spack/tty.py @@ -29,7 +29,7 @@ from spack.color import * indent = " " def msg(message, *args): - cprint("@*b{==>} @*{%s}" % cescape(message)) + cprint("@*b{==>} %s" % cescape(message)) for arg in args: print indent + str(arg) -- cgit v1.2.3-70-g09d2