mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor DREI patch
This commit is contained in:
parent
edba6a2a28
commit
f08163f8a2
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 exception
|
||||
raise
|
||||
else:
|
||||
if not isinstance(ex, NameError):
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue