diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-20 05:37:14 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-20 05:37:14 +0100 |
| commit | b0629268f67fe1bff0f7314dbf561c4718c2ff79 (patch) | |
| tree | e139ec35374306b0f507564d221c47a346ebe6a3 /kconfiglib.py | |
| parent | 8b60196c566585b2a49c703caa729bec54f408ab (diff) | |
_parse_properties() nit
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
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 |
