Thread Previous • Date Previous • Date Next • Thread Next |
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.
Thread Previous • Date Previous • Date Next • Thread Next |