From acd8c992648dd0658b13fcca2be9aa9bbdd466b8 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 6 Mar 2019 22:24:08 +0100 Subject: listnewconfig: Remove redundant backslash --- listnewconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listnewconfig.py b/listnewconfig.py index a9f8445..975b716 100755 --- a/listnewconfig.py +++ b/listnewconfig.py @@ -24,7 +24,7 @@ def main(): # symbols in choices in y mode, but they can still be toggled by # selecting some other symbol. if sym.user_value is None and \ - (len(sym.assignable) > 1 or \ + (len(sym.assignable) > 1 or (sym.visibility and (sym.orig_type in (INT, HEX, STRING) or sym.choice))): -- cgit v1.2.3