← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~j-corwin/openlp/migration into lp:openlp

 

Review: Approve
A couple of nitpicks:

86: cmd = sqliteexe + u' "' + olddb + u'" .dump'
might be better as 
  cmd= u'%s  "%s" .dump' % (sqliteexe, olddb)


-- 
https://code.launchpad.net/~j-corwin/openlp/migration/+merge/13537
Your team OpenLP Core is subscribed to branch lp:openlp.



References