mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor style patch
This commit is contained in:
parent
03160d99eb
commit
7d334cca48
|
@ -70,7 +70,7 @@ class Miscellaneous:
|
||||||
conf.tmpPath = normalizePath(conf.tmpPath)
|
conf.tmpPath = normalizePath(conf.tmpPath)
|
||||||
conf.tmpPath = ntToPosixSlashes(conf.tmpPath)
|
conf.tmpPath = ntToPosixSlashes(conf.tmpPath)
|
||||||
|
|
||||||
singleTimeDebugMessage("going to use %s as temporary files directory" % conf.tmpPath)
|
singleTimeDebugMessage("going to use '%s' as temporary files directory" % conf.tmpPath)
|
||||||
|
|
||||||
hashDBWrite(HASHDB_KEYS.CONF_TMP_PATH, conf.tmpPath)
|
hashDBWrite(HASHDB_KEYS.CONF_TMP_PATH, conf.tmpPath)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user