From 3c4e9ad328e168c524276f21b24ae7e87fbb912a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 8 Feb 2018 23:42:35 +0100 Subject: oldconfig.py comment nit --- examples/oldconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3