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 25c6fca commit 7e40890Copy full SHA for 7e40890
1 file changed
lib/core/target.py
@@ -556,7 +556,7 @@ def _createTargetDirs():
556
f.write(kb.originalUrls.get(conf.url) or conf.url or conf.hostname)
557
f.write(" (%s)" % (HTTPMETHOD.POST if conf.data else HTTPMETHOD.GET))
558
if conf.data:
559
- f.write("\n\n%s" % conf.data)
+ f.write("\n\n%s" % getUnicode(conf.data))
560
except IOError, ex:
561
if "denied" in str(ex):
562
errMsg = "you don't have enough permissions "
0 commit comments