Polish and such
This commit is contained in:
parent
b0402e47df
commit
20eda1e88f
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ def menunode_fieldfill(caller, raw_string, **kwargs):
|
||||||
newvalue = entry[1].strip()
|
newvalue = entry[1].strip()
|
||||||
|
|
||||||
# Syntax error of field name is too short or blank
|
# Syntax error of field name is too short or blank
|
||||||
if len(fieldname) < 3:
|
if len(fieldname) < 1:
|
||||||
caller.msg(syntax_err)
|
caller.msg(syntax_err)
|
||||||
text = (None, help_text)
|
text = (None, help_text)
|
||||||
return text, options
|
return text, options
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue