mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Replacing old and deprecated raise Exception style (PEP8)
This commit is contained in:
@@ -549,7 +549,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
logger.info(infoMsg)
|
||||
|
||||
if kb.threadException:
|
||||
raise SqlmapThreadException, "something unexpected happened inside the threads"
|
||||
raise SqlmapThreadException("something unexpected happened inside the threads")
|
||||
|
||||
if abortedFlag:
|
||||
raise KeyboardInterrupt
|
||||
|
||||
Reference in New Issue
Block a user