mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
layout adjustment
This commit is contained in:
parent
dee56b17c3
commit
f5450e9f0e
|
@ -88,7 +88,6 @@ def exceptionHandledFunction(threadFunction):
|
||||||
raise
|
raise
|
||||||
except Exception, errMsg:
|
except Exception, errMsg:
|
||||||
# thread is just going to be silently killed
|
# thread is just going to be silently killed
|
||||||
print
|
|
||||||
logger.error("thread %s: %s" % (threading.currentThread().getName(), errMsg))
|
logger.error("thread %s: %s" % (threading.currentThread().getName(), errMsg))
|
||||||
|
|
||||||
def setDaemon(thread):
|
def setDaemon(thread):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user