mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor fix
This commit is contained in:
parent
472f4465a6
commit
75f7df75b6
3 changed files with 2 additions and 13 deletions
|
|
@ -121,7 +121,7 @@ def __selectInjection():
|
|||
raise sqlmapUserQuitException
|
||||
else:
|
||||
errMsg = "invalid choice"
|
||||
raise sqlmapValueException, errMsg
|
||||
raise sqlmapValueException, errMsg
|
||||
|
||||
kb.injection = kb.injections[index]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue