mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
no raise, just pass at ctrl-c
This commit is contained in:
parent
a0b9e0f1c5
commit
cd4075f6a3
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ def runCase(switches=None, parse=None):
|
|||
try:
|
||||
result = start()
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
pass
|
||||
except SqlmapBaseException, e:
|
||||
handled_exception = e
|
||||
except Exception, e:
|
||||
|
|
|
|||
Loading…
Reference in a new issue