Fixed a typo in contrib/menusystem. Resolves #629.
This commit is contained in:
parent
f1b6a4e212
commit
7395a772f9
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ def prompt_choice(caller, question="", prompts=None, choicefunc=None, force_choo
|
|||
count = 0
|
||||
choices = ""
|
||||
commands = []
|
||||
for choice in utils.makeiter(prompts):
|
||||
for choice in utils.make_iter(prompts):
|
||||
count += 1
|
||||
choices += "\n{lc%d{lt[%d]{le %s" % (count, count, choice)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue