Fix determining beta value through configuration
This commit is contained in:
parent
ea702c0c43
commit
23292e5cad
3 changed files with 8 additions and 3 deletions
|
|
@ -126,8 +126,7 @@ def get_parsers():
|
|||
parser['beta'].add_argument(
|
||||
'-b', '--beta',
|
||||
help=('Enable beta functionality. '),
|
||||
action='store_true', dest='beta',
|
||||
default=False)
|
||||
action='store_true', dest='beta', default=None)
|
||||
|
||||
# Main subcommand parser
|
||||
parser['main'] = argparse.ArgumentParser(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue