← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~thealok/openlp/authorform into lp:openlp

 

Review: Needs Fixing
Just one thing...

42	if self.author == None:

should read:

42	if self.author is None:

There is a small, but significant, difference between == and is when it comes to None.
-- 
https://code.launchpad.net/~thealok/openlp/authorform/+merge/9118
Your team openlp.org Core is subscribed to branch lp:openlp.



Follow ups

References