diff options
Diffstat (limited to 'numpy/distutils/command/scons.py')
-rw-r--r-- | numpy/distutils/command/scons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/scons.py b/numpy/distutils/command/scons.py index 7154b1235..898e013e0 100644 --- a/numpy/distutils/command/scons.py +++ b/numpy/distutils/command/scons.py @@ -454,4 +454,4 @@ class scons(old_build_ext): output, for example --log-level=0; the lowest, the more detailed""" raise DistutilsExecError(msg) if post_hook: - post_hook() + post_hook(**{'pkg_name': pkg_name, 'scons_cmd' : self}) |