mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
more general fix
This commit is contained in:
@@ -732,6 +732,7 @@ def dataToStdout(data, forceOutput=False):
|
||||
sys.stdout.write(data.encode(UNICODE_ENCODING))
|
||||
finally:
|
||||
sys.stdout.flush()
|
||||
setFormatterPrependFlag(len(data) == 1)
|
||||
if kb.get("multiThreadMode"):
|
||||
logging._releaseLock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user