fix stray quotes

thanks sk33t3rson for the catch
This commit is contained in:
InspectorCaracal 2022-09-28 14:02:12 -06:00 committed by GitHub
parent 6a07aaa740
commit 765e8bc1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,7 +412,7 @@ def menunode_choose_name(caller, raw_string, **kwargs):
help = "You'll have a chance to change your mind before confirming, even if the name is free."
# since this is a free-text field, we just have the one
options = { "key": "_default", "goto": "_check_charname" }
options = { "key": "_default", "goto": _check_charname }
return (text, help), options
def _check_charname(caller, raw_string, **kwargs):