From 4cb4cfceb02895c31a67c3296aac5d80ef68c332 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 14 Jun 2015 16:39:49 +0200 Subject: allnoconfig_y line nit. --- kconfiglib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index dc75bb3..34551f6 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1271,8 +1271,7 @@ class Config(object): _parse_error(line, "the 'allnoconfig_y' option is only " "valid for symbols", - filename, - linenr) + filename, linenr) stmt.allnoconfig_y = True else: -- cgit v1.2.3