mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
app.py: No need to define Question.operation_logger anymoar
This commit is contained in:
parent
03e378786a
commit
0d881fe008
1 changed files with 0 additions and 3 deletions
|
@ -894,9 +894,6 @@ def app_install(
|
||||||
else:
|
else:
|
||||||
app_instance_name = app_id
|
app_instance_name = app_id
|
||||||
|
|
||||||
# Neede to redact password question
|
|
||||||
Question.operation_logger = operation_logger
|
|
||||||
|
|
||||||
# Retrieve arguments list for install script
|
# Retrieve arguments list for install script
|
||||||
args_dict = (
|
args_dict = (
|
||||||
{} if not args else dict(urllib.parse.parse_qsl(args, keep_blank_values=True))
|
{} if not args else dict(urllib.parse.parse_qsl(args, keep_blank_values=True))
|
||||||
|
|
Loading…
Add table
Reference in a new issue