mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
added a comment
This commit is contained in:
parent
c84c4d835f
commit
cbfe743bad
|
@ -610,6 +610,7 @@ def dataToStdout(data, forceOutput=False):
|
|||
if not ('threadException' in kb and kb.threadException):
|
||||
if forceOutput or not getCurrentThreadData().disableStdOut:
|
||||
try:
|
||||
# Reference: http://bugs.python.org/issue1602
|
||||
if IS_WIN:
|
||||
output = data.encode('ascii', errors="replace")
|
||||
if output != data:
|
||||
|
|
Loading…
Reference in New Issue
Block a user