typo in args error reporting
svn: r21016
This commit is contained in:
parent
b1da20254a
commit
186d7e0ec4
@ -294,7 +294,7 @@ def __startgramps(errors, argparser):
|
|||||||
|
|
||||||
if argparser.errors:
|
if argparser.errors:
|
||||||
for error in argparser.errors:
|
for error in argparser.errors:
|
||||||
ErrorDialog(argparser.error[0], argparser.error[1])
|
ErrorDialog(error[0], error[1])
|
||||||
Gtk.main_quit()
|
Gtk.main_quit()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user