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 34f7065 commit 430bb74Copy full SHA for 430bb74
1 file changed
lib/techniques/error/use.py
@@ -50,7 +50,7 @@ def errorUse(expression, resumeValue=True):
50
else:
51
output = None
52
53
- if output and ( expected is None or ( expected == "int" and output.isdigit() ) ):
+ if output:
54
return output
55
56
if kb.dbmsDetected:
0 commit comments