Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd4075f

Browse files
committed
no raise, just pass at ctrl-c
1 parent a0b9e0f commit cd4075f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def runCase(switches=None, parse=None):
265265
try:
266266
result = start()
267267
except KeyboardInterrupt:
268-
raise
268+
pass
269269
except SqlmapBaseException, e:
270270
handled_exception = e
271271
except Exception, e:

0 commit comments

Comments
 (0)