mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor style patch
This commit is contained in:
parent
03160d99eb
commit
7d334cca48
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class Miscellaneous:
|
|||
conf.tmpPath = normalizePath(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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue