Merge pull request #1393 from YunoHost/fix-app-key-del

Fix typo in deleting superfluous question keys
This commit is contained in:
Alexandre Aubin 2021-12-21 13:10:09 +01:00 committed by GitHub
commit b35f27d580
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