mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
bug fix for Ctrl+C
This commit is contained in:
parent
581cc8d29c
commit
2bbe0c9ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ def resume(expression, payload):
|
|||
return "%s%s" % (resumedValue, finalValue)
|
||||
|
||||
return None
|
||||
except:
|
||||
except ValueError:
|
||||
errMsg = "invalid resume value for expression: '%s'" % expression
|
||||
logger.error(errMsg)
|
||||
return None
|
||||
|
|
|
|||
Loading…
Reference in a new issue