File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ def blindThread():
460460 if showEta :
461461 etaProgressUpdate (time .time () - charStart , len (commonValue ))
462462 elif conf .verbose in (1 , 2 ):
463- dataToStdout (commonValue [index - 1 :])
463+ dataToStdout (filterControlChars ( commonValue [index - 1 :]) )
464464
465465 finalValue = commonValue
466466
@@ -508,7 +508,7 @@ def blindThread():
508508 if showEta :
509509 etaProgressUpdate (time .time () - charStart , index )
510510 elif conf .verbose in (1 , 2 ):
511- dataToStdout (val )
511+ dataToStdout (filterControlChars ( val ) )
512512
513513 if len (partialValue ) > INFERENCE_BLANK_BREAK and partialValue [- INFERENCE_BLANK_BREAK :].isspace ():
514514 finalValue = partialValue
Original file line number Diff line number Diff line change 3232from lib .core .common import parseUnionPage
3333from lib .core .common import removeReflectiveValues
3434from lib .core .common import singleTimeWarnMessage
35- from lib .core .common import unArrayizeValue
3635from lib .core .common import wasLastRequestDBMSError
3736from lib .core .convert import htmlunescape
3837from lib .core .data import conf
You can’t perform that action at this time.
0 commit comments