better input message

This commit is contained in:
Bela 2018-04-05 07:58:57 +02:00
parent ce87cc2116
commit 855528a713

View file

@ -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"