← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~phill-ridout/openlp/bug-1011286 into lp:openlp

 

Review: Needs Fixing

Line 9, change to:
   if previous_raw is not None:

Line 22:
   Rather than have a if count == 0 /and/ len(... just move the len() part of the test into the if on line 24.  Also we can't have negative lengths, so change the len() test to == 0, not <= 0.
-- 
https://code.launchpad.net/~phill-ridout/openlp/bug-1011286/+merge/116149
Your team OpenLP Core is subscribed to branch lp:openlp.


References