diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 1 insertions, 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: |
