mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
removed comments
This commit is contained in:
parent
1505f1dc74
commit
bc29bf6481
1 changed files with 0 additions and 2 deletions
|
|
@ -298,12 +298,10 @@ def runCase(parse):
|
|||
if not re.search(item[2:-1], parse_on, re.DOTALL):
|
||||
retVal = None
|
||||
Failures.failedItems.append(item)
|
||||
#break
|
||||
|
||||
elif item not in parse_on:
|
||||
retVal = None
|
||||
Failures.failedItems.append(item)
|
||||
#break
|
||||
|
||||
if Failures.failedItems:
|
||||
Failures.failedParseOn = console
|
||||
|
|
|
|||
Loading…
Reference in a new issue