mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Minor cosmetics
This commit is contained in:
parent
6cfcc1af63
commit
4f49dad2ba
|
@ -49,7 +49,7 @@ class SQLAlchemy(GenericConnector):
|
|||
except SqlmapFilePathException:
|
||||
raise
|
||||
except Exception, msg:
|
||||
raise SqlmapConnectionException("SQLAlchemy exception: '%s'" % msg[0])
|
||||
raise SqlmapConnectionException("SQLAlchemy connection issue ('%s')" % msg[0])
|
||||
|
||||
self.printConnected()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user