summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2022-04-29 16:00:07 +0000
committerRohit Goswami <rog32@hi.is>2022-04-29 16:03:02 +0000
commit691db8b812a793c2d5f467b98ec1e049524cf963 (patch)
treeaab2a5353623073490e212144f2faead3f7a6c63 /numpy
parent4b73c2d37bea45228402330c4aa17390c7e893b6 (diff)
downloadnumpy-691db8b812a793c2d5f467b98ec1e049524cf963.tar.gz
MAINT: Pick a better name
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Pearu Peterson <pearu.peterson@gmail.com> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Diffstat (limited to 'numpy')
-rwxr-xr-xnumpy/f2py/f2py2e.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py
index 20fdca2c7..5732c1e19 100755
--- a/numpy/f2py/f2py2e.py
+++ b/numpy/f2py/f2py2e.py
@@ -122,7 +122,7 @@ Options:
--quiet Run quietly.
--verbose Run with extra verbosity.
- --no-empty-gen Only generate wrapper files when needed.
+ --skip-empty-wrappers Only generate wrapper files when needed.
-v Print f2py version ID and exit.
@@ -252,7 +252,7 @@ def scaninputline(inputline):
f7 = 1
elif l[:15] in '--include-paths':
f7 = 1
- elif l == '--no-empty-gen':
+ elif l == '--skip-empty-wrappers':
emptygen = False
elif l[0] == '-':
errmess('Unknown option %s\n' % repr(l))