mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Replacing old and deprecated raise Exception style (PEP8)
This commit is contained in:
@@ -394,7 +394,7 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser
|
||||
else:
|
||||
errMsg = "none of the injection types identified can be "
|
||||
errMsg += "leveraged to retrieve queries output"
|
||||
raise SqlmapNotVulnerableException, errMsg
|
||||
raise SqlmapNotVulnerableException(errMsg)
|
||||
|
||||
finally:
|
||||
kb.resumeValues = True
|
||||
|
||||
Reference in New Issue
Block a user