mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Revert of previous commit
This commit is contained in:
parent
f08163f8a2
commit
2e75662a6d
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ def setHandler():
|
|||
conf.dbmsConnector.connect()
|
||||
except Exception as ex:
|
||||
if exception:
|
||||
raise
|
||||
raise exception
|
||||
else:
|
||||
if not isinstance(ex, NameError):
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue