Review: Needs Information 43 + else: 44 + raise sqlite.DatabaseError(error)
I'm not too sure what you're trying to do here. If you want to re-raise the exception you caught, just use "raise" by itself and Python will continue to raise the exception. -- https://code.launchpad.net/~mahfiaz/openlp/v1db_import_nonascii/+merge/86475 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

