pep8
This commit is contained in:
parent
6d277ef1f1
commit
da4118dcf3
1 changed files with 4 additions and 4 deletions
|
@ -86,10 +86,10 @@ def get_parsers():
|
||||||
parser['loglevel'].add_argument(
|
parser['loglevel'].add_argument(
|
||||||
'-v', '--verbose',
|
'-v', '--verbose',
|
||||||
help=('Increase the verbosity level. Every instance of -v '
|
help=('Increase the verbosity level. Every instance of -v '
|
||||||
'increments the verbosity level by one. Its default value is '
|
'increments the verbosity level by one. Its default value '
|
||||||
'0. There are 4 levels of verbosity. The order of levels '
|
'is 0. There are 4 levels of verbosity. The order of levels '
|
||||||
'from the lowest to the highest are: ERROR (0), WARNING (1), '
|
'from the lowest to the highest are: ERROR (0), '
|
||||||
'INFO (2) and DEBUG (3 or higher).'),
|
'WARNING (1), INFO (2) and DEBUG (3 or higher).'),
|
||||||
action='count', default=0)
|
action='count', default=0)
|
||||||
|
|
||||||
parser['beta'] = argparse.ArgumentParser(add_help=False)
|
parser['beta'] = argparse.ArgumentParser(add_help=False)
|
||||||
|
|
Loading…
Reference in a new issue