From 77513e1de962040b7a9821a377318a612660760d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 21 Aug 2014 01:19:10 +0200 Subject: [PATCH] Minor style update --- lib/core/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/common.py b/lib/core/common.py index e14e4a0d3..cd19c4630 100755 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -662,7 +662,7 @@ def getManualDirectories(): directories = [] message = "what do you want to use for writable directory?\n" - message += "[1] common location(s) '%s' (default)\n" % ", ".join(root for root in defaultDocRoot) + message += "[1] common location(s) ('%s') (default)\n" % ", ".join(root for root in defaultDocRoot) message += "[2] custom location(s)\n" message += "[3] custom directory list file\n" message += "[4] brute force search" @@ -729,7 +729,7 @@ def getAutoDirectories(): directory = ntToPosixSlashes(directory) retVal.add(directory) else: - warnMsg = "unable to retrieve automatically any web server path" + warnMsg = "unable to automatically parse any web server path" logger.warn(warnMsg) _ = extractRegexResult(r"//[^/]+?(?P/.*)/", conf.url) # web directory