From ddbc954e1694e551e82009d581a244e9994080fe Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 5 Oct 2012 15:28:33 +0200 Subject: [PATCH] Fix a comment --- auto_debuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_debuild.py b/auto_debuild.py index e629a23..5239e67 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -30,7 +30,7 @@ def safeCall(*args): res += "'"+arg+"'" return res -# Load a section-less config file: maps parameter names to strings or lists of strings (which are comma-separated or in separate lines) +# Load a section-less config file: maps parameter names to space-separated lists of strings (with shell quotation) # Lines starting with spaces are continuation lines def loadConfigFile(file): import shlex -- 2.30.2