diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 23:42:35 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 23:42:35 +0100 |
| commit | 3c4e9ad328e168c524276f21b24ae7e87fbb912a (patch) | |
| tree | 47a2f432d447747ccc4d75d52ccc06c406dbad8f /examples/oldconfig.py | |
| parent | 6f3163095edb7663a1186963c3b2dcb520e06a64 (diff) | |
oldconfig.py comment nit
Diffstat (limited to 'examples/oldconfig.py')
| -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 |
