← Back to team overview

openlp-core team mailing list archive

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

I don't get that. Firstly, you're using == with None where you should use "is"; secondly, What other values can "expand" be such that "self.expandTabs" which is a boolean can be set to?

themedialog.py:
 * needs our standard copyright
 * should be named "themewizard.py"
 * has wrapping issues
 * doesn't use our translate() function
-- 
https://code.launchpad.net/~trb143/openlp/alpha4/+merge/41203
Your team OpenLP Core is subscribed to branch lp:openlp.



References