mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Remove unecessary warning about apps.json not existing
This commit is contained in:
parent
5d75cc2a73
commit
c90526dbd6
1 changed files with 1 additions and 1 deletions
|
@ -2078,7 +2078,7 @@ class AppCatalog(TestSuite):
|
|||
"master",
|
||||
]
|
||||
)
|
||||
if os.system(f"git -C ./.apps cat-file -e {commit}:apps.json") == 0:
|
||||
if os.system(f"git -C ./.apps cat-file -e {commit}:apps.json 2>/dev/null") == 0:
|
||||
raw_catalog_at_this_date = git(["show", f"{commit}:apps.json"])
|
||||
loader = json
|
||||
|
||||
|
|
Loading…
Reference in a new issue