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 03160d9 commit 7d334ccCopy full SHA for 7d334cc
1 file changed
plugins/generic/misc.py
@@ -70,7 +70,7 @@ def getRemoteTempPath(self):
70
conf.tmpPath = normalizePath(conf.tmpPath)
71
conf.tmpPath = ntToPosixSlashes(conf.tmpPath)
72
73
- singleTimeDebugMessage("going to use %s as temporary files directory" % conf.tmpPath)
+ singleTimeDebugMessage("going to use '%s' as temporary files directory" % conf.tmpPath)
74
75
hashDBWrite(HASHDB_KEYS.CONF_TMP_PATH, conf.tmpPath)
76
0 commit comments