Merge lp:~phill-ridout/openlp/bug1135392_2.0 into lp:openlp/2.0

Proposed by Phill
Status: Merged
Approved by: Tim Bentley
Approved revision: 2137
Merged at revision: 2137
Proposed branch: lp:~phill-ridout/openlp/bug1135392_2.0
Merge into: lp:openlp/2.0
Diff against target: 8 lines (+1/-0)
1 file modified
openlp/plugins/songs/forms/editsongform.py (+1/-0)
To merge this branch: bzr merge lp:~phill-ridout/openlp/bug1135392_2.0
Reviewer Review Type Date Requested Status
Tim Bentley Approve
Andreas Preikschat (community) Approve
Review via email: mp+151622@code.launchpad.net

This proposal supersedes a proposal from 2013-03-04.

Description of the change

Reraise the error so that we can catch the original cause and hopefully solve some bugs.

Propose for the correct target for this time.

To post a comment you must log in.
Revision history for this message
Andreas Preikschat (googol-deactivatedaccount) :
review: Approve
Revision history for this message
Tim Bentley (trb143) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openlp/plugins/songs/forms/editsongform.py'
2--- openlp/plugins/songs/forms/editsongform.py 2013-02-11 08:37:16 +0000
3+++ openlp/plugins/songs/forms/editsongform.py 2013-03-04 21:22:34 +0000
4@@ -958,4 +958,5 @@
5 except:
6 log.exception(u'Problem processing song Lyrics \n%s',
7 sxml.dump_xml())
8+ raise
9

Subscribers

People subscribed via source and target branches