Removed should_exit from tests
This commit is contained in:
parent
5130269f31
commit
195fdc3cf8
@ -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===
|
||||
|
Loading…
Reference in New Issue
Block a user