diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-28 03:36:55 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-28 03:37:05 +0200 |
| commit | 6b8fe01fdc5397d0e4fc996195e7f9ea962bdc0e (patch) | |
| tree | 04dfe21f920f831bcad91e2bb0095a5d81e3a58c | |
| parent | 1961ec60c09b774a139a2f48767848277c9ffba7 (diff) | |
Comment location nit
Consistent with the other ones.
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 3e4d257..3ad52c3 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3324,8 +3324,8 @@ class Kconfig(object): dep = cur.dep = self._make_and(cur.dep, basedep) if cur.item.__class__ in _SYMBOL_CHOICE: + # Propagate 'visible if' and dependencies to the prompt if cur.prompt: - # Propagate 'visible if' and dependencies to the prompt cur.prompt = (cur.prompt[0], self._make_and( cur.prompt[1], |
