summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorNamami Shanker <namami2011@gmail.com>2022-06-03 19:01:43 +0530
committerNamami Shanker <namami2011@gmail.com>2022-06-03 19:01:43 +0530
commitce47eaa84b02ca41ec87d75cb5d70eab56de43b3 (patch)
tree6758d2cb799f00e218a14e12952f27cf9277a613 /numpy
parentacfc1cc1d177e06002d87a10185dda1ef3192662 (diff)
downloadnumpy-ce47eaa84b02ca41ec87d75cb5d70eab56de43b3.tar.gz
BUG: Fix a refactor leftover bug
Diffstat (limited to 'numpy')
-rwxr-xr-xnumpy/f2py/f2py2e.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py
index 69d946cf0..10508488d 100755
--- a/numpy/f2py/f2py2e.py
+++ b/numpy/f2py/f2py2e.py
@@ -467,7 +467,7 @@ def run_main(comline_list):
errmess(
'Tip: If your original code is Fortran source then you must use -m option.\n')
raise TypeError('All blocks must be python module blocks but got %s' % (
- repr(postlist[i]['block'])))
+ repr(plist['block'])))
auxfuncs.debugoptions = options['debug']
f90mod_rules.options = options
auxfuncs.wrapfuncs = options['wrapfuncs']