diff options
| author | Błażej Szczygieł | 2016-10-17 21:04:13 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-30 14:51:34 +0100 |
| commit | 85a71053454c85e12416f2ffc1bdfb86b3f3ffaf (patch) | |
| tree | 6ebcd32cccacf6fa2697521978d9ae906c42e7ee /methods.py | |
| parent | dcd4b80c132c6b874afeefe57e4fe7b4749d8edf (diff) | |
| download | godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.tar.gz godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.tar.zst godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.zip | |
SCons: Use colored output if available, change "colored"->"verbose"
(cherry picked from commit 2bf4553fe056c1fab5367dfae62426d3c7cf8168)
Diffstat (limited to 'methods.py')
| -rwxr-xr-x | methods.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods.py b/methods.py index c5a22a17e..6ab469110 100755 --- a/methods.py +++ b/methods.py @@ -1414,7 +1414,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(): |
