Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8846c commit 17742dfCopy full SHA for 17742df
1 file changed
lib/core/common.py
@@ -1498,7 +1498,7 @@ def safeStringFormat(format_, params):
1498
if count < len(params):
1499
retVal = retVal[:index] + getUnicode(params[count]) + retVal[index + 2:]
1500
else:
1501
- raise SqlmapNoneDataException("wrong number of parameters during string formatting")
+ raise Exception("wrong number of parameters during string formatting")
1502
count += 1
1503
1504
return retVal
0 commit comments