Browse Source

Fixed duplication bug - issue #78

pull/77/merge
chriskiehl 10 years ago
parent
commit
d7db4f3039
1 changed files with 1 additions and 0 deletions
  1. 1
      gooey/python_bindings/argparse_to_json.py

1
gooey/python_bindings/argparse_to_json.py

@ -119,6 +119,7 @@ def get_optionals_without_choices(actions):
for action, widget in actions
if action.option_strings
and not action.choices
and not action.required
and not isinstance(action, _CountAction)
and not isinstance(action, _HelpAction)
and type(action) not in boolean_actions

Loading…
Cancel
Save