diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 2 |
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') |