From 26e5f7aa9ce41912c3edb9dff3a0eec398539a1c Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 3 Dec 2016 14:21:41 -0800 Subject: [PATCH] 9789: Book Report only works with the default values (master "4ffc5e3") --- gramps/gui/plug/report/_bookdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/plug/report/_bookdialog.py b/gramps/gui/plug/report/_bookdialog.py index c139643d0..5a97f687b 100644 --- a/gramps/gui/plug/report/_bookdialog.py +++ b/gramps/gui/plug/report/_bookdialog.py @@ -1021,10 +1021,10 @@ class BookDialog(DocReportDialog): (msg1, msg2) = msg.messages() msg2 += ' (%s)' % name # which report has the error? ErrorDialog(msg1, msg2, parent=self.uistate.window) + return except FilterError as msg: (msg1, msg2) = msg.messages() ErrorDialog(msg1, msg2, parent=self.uistate.window) - finally: return if self.open_with_app.get_active():