forked from openlp/openlp
Reraise error to help catch bugs
bzr-revno: 2137
This commit is contained in:
commit
2438641a0c
@ -958,4 +958,5 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
|||||||
except:
|
except:
|
||||||
log.exception(u'Problem processing song Lyrics \n%s',
|
log.exception(u'Problem processing song Lyrics \n%s',
|
||||||
sxml.dump_xml())
|
sxml.dump_xml())
|
||||||
|
raise
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user