← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol-hush/openlp/OpenLyrics into lp:openlp

 

Review: Needs Fixing
You're using both 0 and None for incorrect editId values if I'm reading this correctly so please change line 9 from

if editId is not None:

to

if editId:
-- 
https://code.launchpad.net/~googol-hush/openlp/OpenLyrics/+merge/45882
Your team OpenLP Core is subscribed to branch lp:openlp.



Follow ups

References