Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d334cc

Browse files
committed
Minor style patch
1 parent 03160d9 commit 7d334cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def getRemoteTempPath(self):
7070
conf.tmpPath = normalizePath(conf.tmpPath)
7171
conf.tmpPath = ntToPosixSlashes(conf.tmpPath)
7272

73-
singleTimeDebugMessage("going to use %s as temporary files directory" % conf.tmpPath)
73+
singleTimeDebugMessage("going to use '%s' as temporary files directory" % conf.tmpPath)
7474

7575
hashDBWrite(HASHDB_KEYS.CONF_TMP_PATH, conf.tmpPath)
7676

0 commit comments

Comments
 (0)