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