better input message
This commit is contained in:
parent
ce87cc2116
commit
855528a713
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class FormField():
|
|||
self[optionkey] = userinput
|
||||
question = input("Type what the user is going to be asked" +
|
||||
" when entering information for this field. " +
|
||||
"(Empty input = Do not ask the user.)")
|
||||
"(Empty input = Do not ask the user.) ")
|
||||
if len(question) == 0:
|
||||
self[choicename + SUBINFO_SEP + "Ifequal"] = "no"
|
||||
self[choicename + SUBINFO_SEP + "no" + "A"] = "A"
|
||||
|
|
Loading…
Reference in a new issue