Skip to content

Commit

Permalink
Remove option class basic
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 7, 2024
1 parent 6604c30 commit 119ceea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_util/util/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def _print_menu_help(self, only_usage=False):
all_class_opts = {}
for opt in all_opts:
if opt['class'] is None:
opt['class'] = 'basic'
opt['class'] = ''
if opt['class'] not in all_class_opts:
all_class_opts[opt['class']] = [opt]
else:
Expand Down

0 comments on commit 119ceea

Please sign in to comment.