This commit is contained in:
Miroslav Stampar
2019-07-11 11:13:49 +02:00
parent 4c8d348e2f
commit 84d0b346e7
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
kb.threadException = True
logger.error("thread %s: '%s'" % (threading.currentThread().getName(), ex))
if conf.get("verbose") > 1:
if conf.get("verbose") > 1 and isinstance(ex, SqlmapValueException):
traceback.print_exc()
except: