diff options
| -rwxr-xr-x | oldconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldconfig.py b/oldconfig.py index 055203c..1593290 100755 --- a/oldconfig.py +++ b/oldconfig.py @@ -96,8 +96,8 @@ def oldconfig(node): # (for the default value) while True: val = input("{} ({}) [{}] ".format( - node.prompt[0], _name_and_loc_str(sym), - _default_value_str(sym))) + node.prompt[0], _name_and_loc_str(sym), + _default_value_str(sym))) if val == "?": _print_help(node) |
