File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ def _createTargetDirs():
604604
605605 warnMsg = "unable to create regular output directory "
606606 warnMsg += "'%s' (%s). " % (paths .SQLMAP_OUTPUT_PATH , getUnicode (ex ))
607- warnMsg += "Using temporary directory '%s' instead" % tempDir
607+ warnMsg += "Using temporary directory '%s' instead" % getUnicode ( tempDir )
608608 logger .warn (warnMsg )
609609
610610 paths .SQLMAP_OUTPUT_PATH = tempDir
@@ -626,7 +626,7 @@ def _createTargetDirs():
626626
627627 warnMsg = "unable to create output directory "
628628 warnMsg += "'%s' (%s). " % (conf .outputPath , getUnicode (ex ))
629- warnMsg += "Using temporary directory '%s' instead" % tempDir
629+ warnMsg += "Using temporary directory '%s' instead" % getUnicode ( tempDir )
630630 logger .warn (warnMsg )
631631
632632 conf .outputPath = tempDir
You can’t perform that action at this time.
0 commit comments