mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor cosmetics
This commit is contained in:
@@ -49,7 +49,7 @@ class SQLAlchemy(GenericConnector):
|
|||||||
except SqlmapFilePathException:
|
except SqlmapFilePathException:
|
||||||
raise
|
raise
|
||||||
except Exception, msg:
|
except Exception, msg:
|
||||||
raise SqlmapConnectionException("SQLAlchemy exception: '%s'" % msg[0])
|
raise SqlmapConnectionException("SQLAlchemy connection issue ('%s')" % msg[0])
|
||||||
|
|
||||||
self.printConnected()
|
self.printConnected()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user