summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/system_info.py')
-rw-r--r--numpy/distutils/system_info.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
index 1aed46967..ded7d06e2 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -3105,7 +3105,8 @@ def show_all(argv=None):
del show_only[show_only.index(name)]
conf = c()
conf.verbosity = 2
- # we don't need the result, but we want the side effect of printing diagnostics
+ # we don't need the result, but we want
+ # the side effect of printing diagnostics
r = conf.get_info()
if show_only:
log.info('Info classes not defined: %s', ','.join(show_only))