Skip to content
Snippets Groups Projects
Commit 73cd3cec authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Fix typo.

parent 959d06b2
No related branches found
No related tags found
1 merge request!29Required parameter
...@@ -251,7 +251,7 @@ elif len(sys.argv) >= 3: ...@@ -251,7 +251,7 @@ elif len(sys.argv) >= 3:
and p.name != cvar) and p.name != cvar)
# This may be not a public API # This may be not a public API
# May requir reprogramming in case of argparse updates # May require reprogramming in case of argparse updates
pars_group = parser._action_groups[2 if required else 1] pars_group = parser._action_groups[2 if required else 1]
default = p.value if (not required) else None default = p.value if (not required) else None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment