mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] remove useless line that could generate bugs
This commit is contained in:
parent
7db63b8221
commit
b23296be3c
1 changed files with 1 additions and 1 deletions
|
@ -1658,7 +1658,7 @@ def app_config_show_panel(app):
|
||||||
option["default"] = args_dict[option["name"]]
|
option["default"] = args_dict[option["name"]]
|
||||||
else:
|
else:
|
||||||
logger.debug("Variable '%s' is not declared by config script, using default", generated_name)
|
logger.debug("Variable '%s' is not declared by config script, using default", generated_name)
|
||||||
option["default"] = option["default"]
|
# do nothing, we'll use the default if present
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"app_id": app_id,
|
"app_id": app_id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue