Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 430bb74

Browse files
committed
Minor bug fix
1 parent 34f7065 commit 430bb74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/error/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def errorUse(expression, resumeValue=True):
5050
else:
5151
output = None
5252

53-
if output and ( expected is None or ( expected == "int" and output.isdigit() ) ):
53+
if output:
5454
return output
5555

5656
if kb.dbmsDetected:

0 commit comments

Comments
 (0)