Removed should_exit from tests

This commit is contained in:
Doug Blank 2016-01-05 13:17:11 -05:00
parent 5130269f31
commit 195fdc3cf8

View File

@ -264,7 +264,7 @@ class Gramps(object):
argparser.print_usage()
handler = ArgHandler(self.dbstate, argparser, self.climanager)
# create a manager to manage the database
handler.handle_args_cli(should_exit=False)
handler.handle_args_cli()
return output
#===eof===