mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Minor update
This commit is contained in:
parent
b0f5b4f9bc
commit
969259607c
|
@ -5,6 +5,7 @@ Copyright (c) 2006-2012 sqlmap developers (http://sqlmap.org/)
|
|||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
import bdb
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
|
@ -75,7 +76,7 @@ def main():
|
|||
errMsg = "user quit"
|
||||
logger.error(errMsg)
|
||||
|
||||
except sqlmapSilentQuitException:
|
||||
except (sqlmapSilentQuitException, bdb.BdbQuit):
|
||||
pass
|
||||
|
||||
except exceptionsTuple, e:
|
||||
|
|
Loading…
Reference in New Issue
Block a user