Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 743e6d2

Browse files
committed
cosmetics
1 parent 0f48dd6 commit 743e6d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/sqlite/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def connect(self):
4545
cursor.close()
4646

4747
except (self.__sqlite.DatabaseError, self.__sqlite.OperationalError), msg:
48-
errMsg = "unable to connect using SQLite 3 library, trying with SQLite 2 (%s)" % msg[0]
48+
errMsg = "unable to connect using SQLite 3 library, trying with SQLite 2"
4949
logger.error(errMsg)
5050
try:
5151
try:

0 commit comments

Comments
 (0)