-
Ralf Schmitt authored
the code was using ex=sys.exc_info() instead of ex=sys.exc_info()[1]; only shows up when sqlite3 is not installed.
00f0e668
the code was using ex=sys.exc_info() instead of ex=sys.exc_info()[1]; only shows up when sqlite3 is not installed.