mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53: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:
|
try:
|
||||||
result = start()
|
result = start()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
raise
|
pass
|
||||||
except SqlmapBaseException, e:
|
except SqlmapBaseException, e:
|
||||||
handled_exception = e
|
handled_exception = e
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user