mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor bug fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user