fix typos in exception handling code in testrunner.py
the code was using ex=sys.exc_info() instead of ex=sys.exc_info()[1]; only shows up when sqlite3 is not installed.
Showing
Please register or sign in to comment
the code was using ex=sys.exc_info() instead of ex=sys.exc_info()[1]; only shows up when sqlite3 is not installed.