You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should run fine when first arg is provided, instead
Traceback (most recent call last):
File "/app/output.s", line 11, in <module>
print(args.hyp_hens1)
^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'hyp_hens1'. Did you mean: 'hyp-hens1'?
Your environment
CPython versions tested on: 3.10.8
Operating system and architecture: Linux x86
The text was updated successfully, but these errors were encountered:
Bug report
argparse doesn't convert hyphens to underscores in positional arguments
Should run fine when first arg is provided, instead
Your environment
The text was updated successfully, but these errors were encountered: