Fix call to ask_questions_and_parse_answers

This commit is contained in:
Alexandre Aubin 2022-02-01 15:32:34 +01:00
parent d8a9243532
commit e4863830c9

View file

@ -580,7 +580,7 @@ class ConfigPanel:
prefilled_answers.update(self.new_values) prefilled_answers.update(self.new_values)
questions = ask_questions_and_parse_answers( questions = ask_questions_and_parse_answers(
section["options"], {question["name"]: question for question in section["options"]},
prefilled_answers=prefilled_answers, prefilled_answers=prefilled_answers,
current_values=self.values, current_values=self.values,
hooks=self.hooks, hooks=self.hooks,