mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-20 15:23:36 +01:00
Minor cosmetic
This commit is contained in:
parent
ea5c742595
commit
6cfcc1af63
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue