From 6b8fe01fdc5397d0e4fc996195e7f9ea962bdc0e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 28 May 2019 03:36:55 +0200 Subject: Comment location nit Consistent with the other ones. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') 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], -- cgit v1.2.3