Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb15a19 commit e794c7fCopy full SHA for e794c7f
1 file changed
lib/core/target.py
@@ -597,7 +597,7 @@ def _createTargetDirs():
597
errMsg += "create temporary files and/or directories"
598
raise SqlmapGenericException(errMsg)
599
warnMsg = "unable to create output directory "
600
- warnMsg += "'%s' (%s). " % (conf.outputPath, ex)
+ warnMsg += "'%s' (%s). " % (conf.outputPath, getUnicode(ex))
601
warnMsg += "Using temporary directory '%s' instead" % tempDir
602
logger.warn(warnMsg)
603
0 commit comments