diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 22:24:08 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 22:24:08 +0100 |
| commit | acd8c992648dd0658b13fcca2be9aa9bbdd466b8 (patch) | |
| tree | 4ddf2b78b94b0efd920e64d18b09439d9772babd | |
| parent | 9f26eb3ae3fa44e3a390e0abebaae0141db1372d (diff) | |
listnewconfig: Remove redundant backslash
| -rwxr-xr-x | listnewconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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))): |
