summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-03-20 05:37:14 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-03-20 05:37:14 +0100
commitb0629268f67fe1bff0f7314dbf561c4718c2ff79 (patch)
treee139ec35374306b0f507564d221c47a346ebe6a3
parent8b60196c566585b2a49c703caa729bec54f408ab (diff)
_parse_properties() nit
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
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