mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Minor style update
This commit is contained in:
parent
06d8547916
commit
605c5b089e
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ def _setRequestParams():
|
|||
|
||||
elif not testableParameters:
|
||||
errMsg = "all testable parameters you provided are not present "
|
||||
errMsg += "within the GET, POST and Cookie parameters"
|
||||
errMsg += "within the given request data"
|
||||
raise SqlmapGenericException(errMsg)
|
||||
|
||||
def _setHashDB():
|
||||
|
|
|
|||
Loading…
Reference in a new issue