From 28bee7e34a9b0293801a7597c6b1c043a282e7ab Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 15 Jun 2015 16:40:48 +0200 Subject: Reflow nit. --- kconfiglib.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kconfiglib.py') 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, -- cgit v1.2.3