Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 373fea0

Browse files
committed
fixed display of TABs
1 parent 438a636 commit 373fea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/error/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def __oneShotErrorUse(expression, field):
125125
break
126126

127127
if kb.fileReadMode and output:
128-
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n"))
128+
dataToStdout(__formatPartialContent(output).replace(r"\n", "\n").replace(r"\t", "\t"))
129129
else:
130130
retVal = output
131131
break

0 commit comments

Comments
 (0)