Update package_linter.py

Avoid misunderstandings with error message

Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
moutonjr 2019-11-05 11:00:47 +01:00 committed by GitHub
parent d9ea9253b9
commit 4a1a8ef0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,7 +288,7 @@ class App():
app_list_url = "https://raw.githubusercontent.com/YunoHost/apps/master/apps.json"
app_list = json.loads(urlopen(app_list_url)['content'])
if manifest["id"] not in app_list:
print_warning("[YEP-1.2] This app is not registered in official applications")
print_warning("[YEP-1.2] This app is not registered in our applications list")
# YEP 1.3 License
def license_mentionned_in_readme(path):