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. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

