Skip to content

Commit 79a66ef

Browse files
committed
Minor patch
1 parent a8580d6 commit 79a66ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def _createTargetDirs():
525525

526526
paths.SQLMAP_OUTPUT_PATH = tempDir
527527

528-
conf.outputPath = os.path.join(paths.SQLMAP_OUTPUT_PATH, getUnicode(conf.hostname))
528+
conf.outputPath = os.path.join(getUnicode(paths.SQLMAP_OUTPUT_PATH), getUnicode(conf.hostname))
529529

530530
if not os.path.isdir(conf.outputPath):
531531
try:

0 commit comments

Comments
 (0)