Fix typo in deleting superfluous question keys

Co-authored-by: jacen05 <jacen05@users.noreply.github.com>
This commit is contained in:
tituspijean 2021-12-21 10:32:19 +01:00 committed by GitHub
parent cdcd38f06f
commit 4decdfc07c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1997,7 +1997,7 @@ def _set_default_ask_questions(arguments):
if "example" in arg:
del arg["example"]
if "default" in arg:
del arg["domain"]
del arg["default"]
return arguments