mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Minor bug fix
This commit is contained in:
@@ -728,7 +728,11 @@ def dataToStdout(data, forceOutput=False, bold=False):
|
|||||||
|
|
||||||
message = stdoutencode(data)
|
message = stdoutencode(data)
|
||||||
sys.stdout.write(setColor(message, bold))
|
sys.stdout.write(setColor(message, bold))
|
||||||
sys.stdout.flush()
|
|
||||||
|
try:
|
||||||
|
sys.stdout.flush()
|
||||||
|
except IOError:
|
||||||
|
pass
|
||||||
|
|
||||||
if kb.get("multiThreadMode"):
|
if kb.get("multiThreadMode"):
|
||||||
logging._releaseLock()
|
logging._releaseLock()
|
||||||
|
|||||||
Reference in New Issue
Block a user