fixed display of TABs

This commit is contained in:
Bernardo Damele 2012-07-06 15:13:23 +01:00
parent 438a636973
commit 373fea03a3

View File

@ -125,7 +125,7 @@ def __oneShotErrorUse(expression, field):
break
if kb.fileReadMode and output:
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n"))
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n").replace(r"\t", "\t"))
else:
retVal = output
break