diff options
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(): |
