← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~stewart-e/openlp/bug-1310084 into lp:openlp

 

Just for the future, in line 230 instead of 

if self.comments.find(comment) >= 0:

you could do

if comment in self.comments:
-- 
https://code.launchpad.net/~stewart-e/openlp/bug-1310084/+merge/217986
Your team OpenLP Core is subscribed to branch lp:openlp.


References