summaryrefslogtreecommitdiff
path: root/methods.py
diff options
context:
space:
mode:
authorBłażej Szczygieł <spaz16@wp.pl>2016-10-17 21:04:13 +0200
committerBłażej Szczygieł <spaz16@wp.pl>2016-10-17 22:40:14 +0200
commit2bf4553fe056c1fab5367dfae62426d3c7cf8168 (patch)
tree105c7de072427ffad00511abb8a82d3b3ac7c4c5 /methods.py
parente96c49f849fd9c5e41c8284c7122ec94909badac (diff)
SCons: Use colored output if available, change "colored"->"verbose"
Diffstat (limited to 'methods.py')
-rwxr-xr-xmethods.py2
1 files changed, 1 insertions, 1 deletions
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():