mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
no raise, just pass at ctrl-c
This commit is contained in:
parent
a0b9e0f1c5
commit
cd4075f6a3
|
@ -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 New Issue
Block a user