openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #04511
Re: [Merge] lp:~trb143/openlp/alpha4 into lp:openlp
Review: Needs Fixing
910 if expand == None:
911 expand = self.expandTabs
912 log.debug(u'addServiceItem')
913 if expand == None:
914 expand = self.expandTabs
You still have double of the exact same code, and if you really want to check for equality to None, you need to use "is None" not "== None".
--
https://code.launchpad.net/~trb143/openlp/alpha4/+merge/41215
Your team OpenLP Core is subscribed to branch lp:openlp.
References