From 430bb7478f2fc420f8a17d73eb251bc79bee4c21 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 20 Oct 2010 21:15:06 +0000 Subject: [PATCH] Minor bug fix --- lib/techniques/error/use.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index c712fb65e..b79efb23a 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -50,7 +50,7 @@ def errorUse(expression, resumeValue=True): else: output = None - if output and ( expected is None or ( expected == "int" and output.isdigit() ) ): + if output: return output if kb.dbmsDetected: