mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make mypy happier
This commit is contained in:
parent
a26145ece0
commit
680e13c044
1 changed files with 1 additions and 1 deletions
|
@ -1988,7 +1988,7 @@ def _app_quality(app: str) -> str:
|
||||||
app_name_to_test = app.strip("/").split("/")[-1].replace("_ynh", "")
|
app_name_to_test = app.strip("/").split("/")[-1].replace("_ynh", "")
|
||||||
else:
|
else:
|
||||||
# FIXME : watdo if '@' in app ?
|
# FIXME : watdo if '@' in app ?
|
||||||
app_name_to_test = None
|
return "thirdparty"
|
||||||
|
|
||||||
if app_name_to_test in raw_app_catalog:
|
if app_name_to_test in raw_app_catalog:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue