← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~mahfiaz/openlp/v1db_import_nonascii into lp:openlp

 

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.


References