diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/oldconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/oldconfig.py b/examples/oldconfig.py index 3a647d8..570e9f9 100644 --- a/examples/oldconfig.py +++ b/examples/oldconfig.py @@ -243,8 +243,8 @@ def do_oldconfig_for_node(node): # skip choices in n and m mode. options = [sym for sym in choice.syms if sym.visibility == 2] - # No y-visible choice value symbols if not options: + # No y-visible choice value symbols return # Loop until the user enters a valid selection or a blank string (for |
