summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-09-15 20:28:13 +0300
committermattip <matti.picus@gmail.com>2019-09-20 09:34:47 +0300
commitf5487746586045d1be89e1205108fe0f1808def0 (patch)
treecdb18f651e6bd9f47d72aa21eee2726bb09c4712 /numpy/core/setup.py
parent4729f3f3fe1363f3d21ca0ec8a22d30634e892e7 (diff)
downloadnumpy-f5487746586045d1be89e1205108fe0f1808def0.tar.gz
BUILD: fix runtests.py option, fix previous changeset
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 8524b6617..5f2f4a7b2 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -497,7 +497,7 @@ def configuration(parent_package='',top_path=None):
#endif
"""))
- log.info('File:', target)
+ log.info('File: %s' % target)
with open(target) as target_f:
log.info(target_f.read())
log.info('EOF')