From: Ralf Jung Date: Fri, 5 Oct 2012 13:28:33 +0000 (+0200) Subject: Fix a comment X-Git-Url: https://git.ralfj.de/auto-debuild.git/commitdiff_plain/ddbc954e1694e551e82009d581a244e9994080fe Fix a comment --- 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