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:
@@ -51,7 +51,7 @@ def action():
|
||||
errMsg += ". Support for this DBMS will be implemented at "
|
||||
errMsg += "some point"
|
||||
|
||||
raise SqlmapUnsupportedDBMSException, errMsg
|
||||
raise SqlmapUnsupportedDBMSException(errMsg)
|
||||
|
||||
conf.dumper.singleString(conf.dbmsHandler.getFingerprint())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user