mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
layout adjustment
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user