← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~phill-ridout/openlp/bug1125956_2.0 into lp:openlp/2.0

 

54	+ if match is not None:

You can just say, "if match" because you will only ever get either a Match() object or None.
-- 
https://code.launchpad.net/~phill-ridout/openlp/bug1125956_2.0/+merge/148954
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/bug1125956_2.0 into lp:openlp/2.0.


References