diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-11 23:27:17 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-11 23:27:31 +0200 |
| commit | 8f02ce5d17a5aed2e38e864eb4cfd0288b624199 (patch) | |
| tree | 5d70525fee662ff3ee1077b36b0c0331bb822d7f /menuconfig.py | |
| parent | 63d0f4cec6be76f7ce0818bb23369f378b7695f3 (diff) | |
menuconfig: Style nit
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 1 |
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]) |
