mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor patch
This commit is contained in:
parent
a8580d67ff
commit
79a66ef22c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue