From 433989fba5efb8720c9e813874b9f99a83c101b9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 15 Sep 2018 08:47:23 +0200 Subject: Beautify configuration summary output --- extras/autowaf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/autowaf.py b/extras/autowaf.py index 6b8385e..d6b1219 100644 --- a/extras/autowaf.py +++ b/extras/autowaf.py @@ -450,8 +450,8 @@ def display_msg(conf, msg, status = None, color = None): elif type(status) == bool and not status or status == "False": color = 'YELLOW' status = 'no' - Logs.pprint('NORMAL', ' %s' % msg.ljust(conf.line_just - 2), sep='') - Logs.pprint('NORMAL', ":", sep='') + Logs.pprint('BOLD', '%s' % msg.ljust(conf.line_just), sep='') + Logs.pprint('BOLD', ":", sep='') Logs.pprint(color, status) def display_msgs(conf, msgs): -- cgit v1.2.1