9789: Book Report only works with the default values (master "4ffc5e3")

This commit is contained in:
Paul Franklin 2016-12-03 14:21:41 -08:00
parent 5f928d5379
commit 26e5f7aa9c

View File

@ -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():