From 7d334cca480c5f2c1487573afa3adc06c2b29fa8 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 4 Jan 2016 12:08:56 +0100 Subject: [PATCH] Minor style patch --- plugins/generic/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 108c55943..ea52987d2 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -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)