From 667747a0a9df9e6ad21bf7849a8e0ec80e4792f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 28 Oct 2008 23:02:35 +0100 Subject: Remove some trailing whitespaces --- portato/config_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/config_parser.py') diff --git a/portato/config_parser.py b/portato/config_parser.py index 37a32bf..e0bb15d 100644 --- a/portato/config_parser.py +++ b/portato/config_parser.py @@ -252,7 +252,7 @@ class ConfigParser: # look for an expression match = EXPRESSION.search(line) - if match: + if match: val = match.group("value") # find the boolean value -- cgit v1.2.3