From 6cfcc1af63b1aa608d2ce7a9eacc42cfb73133f8 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 19 May 2013 01:17:22 +0200 Subject: [PATCH] Minor cosmetic --- lib/utils/sqlalchemy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/sqlalchemy.py b/lib/utils/sqlalchemy.py index 452b8e487..a9e5a4955 100644 --- a/lib/utils/sqlalchemy.py +++ b/lib/utils/sqlalchemy.py @@ -49,7 +49,7 @@ class SQLAlchemy(GenericConnector): except SqlmapFilePathException: raise except Exception, msg: - raise SqlmapConnectionException(msg[0]) + raise SqlmapConnectionException("SQLAlchemy exception: '%s'" % msg[0]) self.printConnected()