Fixes bug:#1135392 by reraising the exception.

This commit is contained in:
Philip Ridout 2013-03-04 20:49:55 +00:00
parent a2fde046aa
commit 5d9df0c66c
1 changed files with 1 additions and 0 deletions

View File

@ -958,4 +958,5 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
except:
log.exception(u'Problem processing song Lyrics \n%s',
sxml.dump_xml())
raise