summaryrefslogtreecommitdiff
path: root/numpy/f2py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py')
-rwxr-xr-xnumpy/f2py/crackfortran.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/crackfortran.py b/numpy/f2py/crackfortran.py
index 31e01242e..09bab11bd 100755
--- a/numpy/f2py/crackfortran.py
+++ b/numpy/f2py/crackfortran.py
@@ -3115,7 +3115,7 @@ def true_intent_list(var):
try:
f = globals()['isintent_%s' % intent]
except KeyError:
- c = False
+ pass
else:
if f(var):
ret.append(intent)