From df363b0e644ba1ad2bf1815a126935f120c19860 Mon Sep 17 00:00:00 2001 From: default-303 Date: Wed, 26 May 2021 17:53:50 +0530 Subject: MAINT: Added comments for future refrence in core.py and system_info.py --- numpy/distutils/system_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/system_info.py') diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py index eb5095d66..1aed46967 100644 --- a/numpy/distutils/system_info.py +++ b/numpy/distutils/system_info.py @@ -3105,7 +3105,7 @@ def show_all(argv=None): del show_only[show_only.index(name)] conf = c() conf.verbosity = 2 - # required for verbosity settings to work correctly + # 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)) -- cgit v1.2.1