Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05324d0 commit 5dc5c73Copy full SHA for 5dc5c73
1 file changed
numpy/distutils/command/scons.py
@@ -556,7 +556,7 @@ def run(self):
556
pre_hooks = [self.pre_hooks[i] for i in id]
557
post_hooks = [self.post_hooks[i] for i in id]
558
pkg_names = [self.pkg_names[i] for i in id]
559
- pkg_paths = [self.pkg_names[i] for i in id]
+ pkg_paths = [self.pkg_paths[i] for i in id]
560
else:
561
sconscripts = self.sconscripts
562
pre_hooks = self.pre_hooks
0 commit comments