From 24b8ecc423d48a06af98be34e97ebda4fee397bc Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Fri, 18 May 2007 21:00:17 +0000 Subject: show less messages in --help-fcompiler --- numpy/distutils/command/config_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/command/config_compiler.py') diff --git a/numpy/distutils/command/config_compiler.py b/numpy/distutils/command/config_compiler.py index ff5886c9a..881327aba 100644 --- a/numpy/distutils/command/config_compiler.py +++ b/numpy/distutils/command/config_compiler.py @@ -9,7 +9,7 @@ def show_fortran_compilers(_cache=[]): # Using cache to prevent infinite recursion if _cache: return _cache.append(1) - + log.set_verbosity(-2) from numpy.distutils.fcompiler import show_fcompilers import distutils.core dist = distutils.core._setup_distribution -- cgit v1.2.1