diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-17 18:44:16 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-17 18:46:25 +0100 |
| commit | 4bc249868ffec014e70b94610bfcb2a61c7c10e8 (patch) | |
| tree | a926407c9714531c733ccfd4ba1ec48b4c31b652 /kconfiglib.py | |
| parent | 66c40bdcb44563d0f55a0a116af8a4e12a94e15b (diff) | |
Remove outdated comment in eval_string()
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 9300444..f432665 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1590,7 +1590,7 @@ class Kconfig(object): self._tokens = self._tokenize("if " + s)[1:] self._tokens_i = -1 - return expr_value(self._expect_expr_and_eol()) # transform_m + return expr_value(self._expect_expr_and_eol()) def unset_values(self): """ |
