mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Update package_linter.py
Avoid misunderstandings with error message Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
parent
d9ea9253b9
commit
4a1a8ef0f2
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue