Rename state variable in get_menu_choices()
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 25 Dec 2019 13:12:43 +0000 (13:12 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 20:40:11 +0000 (20:40 +0000)
Avoid shadowing the new menu module in misc.get_menu_choices() by
renaming its menu variable to state, which is also more consistent
with other menu-related functions.


No differences found