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

Skip to content

Commit 7e40890

Browse files
committed
Patch for an Issue #815
1 parent 25c6fca commit 7e40890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def _createTargetDirs():
556556
f.write(kb.originalUrls.get(conf.url) or conf.url or conf.hostname)
557557
f.write(" (%s)" % (HTTPMETHOD.POST if conf.data else HTTPMETHOD.GET))
558558
if conf.data:
559-
f.write("\n\n%s" % conf.data)
559+
f.write("\n\n%s" % getUnicode(conf.data))
560560
except IOError, ex:
561561
if "denied" in str(ex):
562562
errMsg = "you don't have enough permissions "

0 commit comments

Comments
 (0)