Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438a636 commit 373fea0Copy full SHA for 373fea0
1 file changed
lib/techniques/error/use.py
@@ -125,7 +125,7 @@ def __oneShotErrorUse(expression, field):
125
break
126
127
if kb.fileReadMode and output:
128
- dataToStdout(__formatPartialContent(output).replace(r"\n", "\n"))
+ dataToStdout(__formatPartialContent(output).replace(r"\n", "\n").replace(r"\t", "\t"))
129
else:
130
retVal = output
131
0 commit comments