Minor patch

This commit is contained in:
Miroslav Stampar 2014-07-06 09:09:31 +02:00
parent a8580d67ff
commit 79a66ef22c

View File

@ -525,7 +525,7 @@ def _createTargetDirs():
paths.SQLMAP_OUTPUT_PATH = tempDir
conf.outputPath = os.path.join(paths.SQLMAP_OUTPUT_PATH, getUnicode(conf.hostname))
conf.outputPath = os.path.join(getUnicode(paths.SQLMAP_OUTPUT_PATH), getUnicode(conf.hostname))
if not os.path.isdir(conf.outputPath):
try: