Oops, fix bad arguments. Sadly no unit tests for this part :(

This commit is contained in:
Tommi Virtanen 2007-09-03 19:17:48 -07:00
parent f9158dca1e
commit e37b1dac1b

View file

@ -68,6 +68,6 @@ class App(object):
else:
logging.root.setLevel(symbolic)
def handle_args(self, parser, options, args):
def handle_args(self, parser, cfg, options, args):
if args:
parser.error('not expecting arguments')