Minor cosmetic

This commit is contained in:
Miroslav Stampar 2013-05-19 01:17:22 +02:00
parent ea5c742595
commit 6cfcc1af63

View File

@ -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()