Minor fix

This commit is contained in:
Bernardo Damele
2010-11-28 23:33:51 +00:00
parent 472f4465a6
commit 75f7df75b6
3 changed files with 2 additions and 13 deletions

View File

@@ -121,7 +121,7 @@ def __selectInjection():
raise sqlmapUserQuitException
else:
errMsg = "invalid choice"
raise sqlmapValueException, errMsg
raise sqlmapValueException, errMsg
kb.injection = kb.injections[index]