Make mypy happier

This commit is contained in:
Alexandre Aubin 2021-10-01 03:45:40 +02:00
parent a26145ece0
commit 680e13c044

View file

@ -1988,7 +1988,7 @@ def _app_quality(app: str) -> str:
app_name_to_test = app.strip("/").split("/")[-1].replace("_ynh", "")
else:
# FIXME : watdo if '@' in app ?
app_name_to_test = None
return "thirdparty"
if app_name_to_test in raw_app_catalog: