9789: Book Report only works with the default values (master "4ffc5e3")
This commit is contained in:
parent
5f928d5379
commit
26e5f7aa9c
@ -1021,10 +1021,10 @@ class BookDialog(DocReportDialog):
|
|||||||
(msg1, msg2) = msg.messages()
|
(msg1, msg2) = msg.messages()
|
||||||
msg2 += ' (%s)' % name # which report has the error?
|
msg2 += ' (%s)' % name # which report has the error?
|
||||||
ErrorDialog(msg1, msg2, parent=self.uistate.window)
|
ErrorDialog(msg1, msg2, parent=self.uistate.window)
|
||||||
|
return
|
||||||
except FilterError as msg:
|
except FilterError as msg:
|
||||||
(msg1, msg2) = msg.messages()
|
(msg1, msg2) = msg.messages()
|
||||||
ErrorDialog(msg1, msg2, parent=self.uistate.window)
|
ErrorDialog(msg1, msg2, parent=self.uistate.window)
|
||||||
finally:
|
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.open_with_app.get_active():
|
if self.open_with_app.get_active():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user