diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-15 16:40:48 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-15 16:43:52 +0200 |
| commit | 28bee7e34a9b0293801a7597c6b1c043a282e7ab (patch) | |
| tree | 5413c59e6ae66bdc4714d814ab50cbcf9ad750ef /kconfiglib.py | |
| parent | 69974a2372dea09c2b449b2c8536800459156e3c (diff) | |
Reflow nit.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 25c891d..55cb001 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -906,9 +906,8 @@ class Config(object): line = line_feeder.get_next() if line is None: if end_marker is not None: - raise Kconfig_Syntax_Error( - "Unexpected end of file {0}." - .format(line_feeder.get_filename())) + raise Kconfig_Syntax_Error("Unexpected end of file {0}" + .format(line_feeder.get_filename())) return block tokens = self._tokenize(line, False, |
