Commit 6972386
committed
Remove duplicate subparser definition
This fixes the error
```
File "CodeHawk-C/chc/cmdline/chkc", line 1420, in <module>
args = parse()
^^^^^^^
File "CodeHawk-C/chc/cmdline/chkc", line 1184, in parse
cfile_membasetable = cfilefntablesparsers.add_parser("memory-base")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/argparse.py", line 1219, in add_parser
raise ArgumentError(self, _('conflicting subparser: %s') % name)
argparse.ArgumentError: argument {numerical,symbol,variable,xconstant,xpr,xpr-list,xpr-list-list,memory-base}: conflicting subparser: memory-base
```1 parent b2d2cc9 commit 6972386
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1180 | 1180 | | |
1181 | 1181 | | |
1182 | 1182 | | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
1186 | | - | |
1187 | | - | |
1188 | | - | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | 1183 | | |
1194 | 1184 | | |
1195 | 1185 | | |
| |||
0 commit comments