Thread Previous • Date Previous • Date Next • Thread Next |
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.
Thread Previous • Date Previous • Date Next • Thread Next |