summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmenuconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/menuconfig.py b/menuconfig.py
index 0a3b542..18352b6 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -2064,6 +2064,7 @@ def _node_str(node):
# Show the symbol/choice name in <> brackets if it has no prompt. This
# path can only hit in show-all mode.
s += "<{}>".format(node.item.name)
+
else:
if node.item == COMMENT:
s += "*** {} ***".format(node.prompt[0])