From b0629268f67fe1bff0f7314dbf561c4718c2ff79 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 20 Mar 2018 05:37:14 +0100 Subject: _parse_properties() nit --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index 2f1805a..bef75ee 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2230,9 +2230,9 @@ class Kconfig(object): node.item.is_optional = True else: - self._tokens_i = -1 # Reuse the tokens for the non-property line later self._has_tokens = True + self._tokens_i = -1 break # Done parsing properties. Now add the new -- cgit v1.2.3