Oops, fix bad arguments. Sadly no unit tests for this part :(
This commit is contained in:
parent
f9158dca1e
commit
e37b1dac1b
1 changed files with 1 additions and 1 deletions
|
@ -68,6 +68,6 @@ class App(object):
|
||||||
else:
|
else:
|
||||||
logging.root.setLevel(symbolic)
|
logging.root.setLevel(symbolic)
|
||||||
|
|
||||||
def handle_args(self, parser, options, args):
|
def handle_args(self, parser, cfg, options, args):
|
||||||
if args:
|
if args:
|
||||||
parser.error('not expecting arguments')
|
parser.error('not expecting arguments')
|
||||||
|
|
Loading…
Reference in a new issue