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 a1c943f commit 942d9e4Copy full SHA for 942d9e4
1 file changed
lib/request/comparison.py
@@ -56,7 +56,7 @@ def checkNegativeLogic(condition):
56
57
if page:
58
# In case of an DBMS error page return None
59
- if not kb.negativeLogic and kb.errorIsNone and (wasLastRequestDBMSError() or wasLastRequestHTTPError()):
+ if checkNegativeLogic(kb.errorIsNone and (wasLastRequestDBMSError() or wasLastRequestHTTPError())):
60
return None
61
62
# Dynamic content lines to be excluded before comparison
0 commit comments