mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Decent quality is now at least level 5
This commit is contained in:
parent
a2ecbb9d8b
commit
babaf541b6
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ def app_install(operation_logger, app, label=None, args=None, no_remove_on_failu
|
||||||
level = raw_app_list[app_name_to_test].get("level", None)
|
level = raw_app_list[app_name_to_test].get("level", None)
|
||||||
confirm = "danger"
|
confirm = "danger"
|
||||||
if state in ["working", "validated"]:
|
if state in ["working", "validated"]:
|
||||||
if isinstance(level, int) and level >= 3:
|
if isinstance(level, int) and level >= 5:
|
||||||
confirm = None
|
confirm = None
|
||||||
elif isinstance(level, int) and level > 0:
|
elif isinstance(level, int) and level > 0:
|
||||||
confirm = "warning"
|
confirm = "warning"
|
||||||
|
|
Loading…
Add table
Reference in a new issue