1
0
Fork 0
This commit is contained in:
Tagadda 2022-02-23 07:07:45 +00:00
parent cf0343f6a1
commit 388337d8bf

View file

@ -18,7 +18,7 @@ def generate_READMEs(app_path: str):
manifest = json.load(open(app_path / "manifest.json"))
upstream = manifest.get("upstream", {})
catalog = json.load(open(Path(__file__).parent.parent.parent / "apps.json"))
catalog = json.load(open(Path(os.path.abspath(__file__)).parent.parent.parent / "apps.json"))
from_catalog = catalog.get(manifest['id'], {})
if not upstream and not (app_path / "doc" / "DISCLAIMER.md").exists():