From 2bf4553fe056c1fab5367dfae62426d3c7cf8168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Szczygie=C5=82?= Date: Mon, 17 Oct 2016 21:04:13 +0200 Subject: SCons: Use colored output if available, change "colored"->"verbose" --- methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods.py') diff --git a/methods.py b/methods.py index c4951c69bd..477fe4f12f 100755 --- a/methods.py +++ b/methods.py @@ -1416,7 +1416,7 @@ def save_active_platforms(apnames,ap): logow.write(str) -def colored(sys,env): +def no_verbose(sys,env): #If the output is not a terminal, do nothing if not sys.stdout.isatty(): -- cgit v1.2.3