From 005a33732c599a466e1955d0316b230a9b863eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Wed, 24 Apr 2024 11:56:07 +0000 Subject: [PATCH] apply review suggestions --- fdroidserver/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdroidserver/index.py b/fdroidserver/index.py index ec99c8ae..fc1b663c 100644 --- a/fdroidserver/index.py +++ b/fdroidserver/index.py @@ -1766,7 +1766,7 @@ def make_altstore(apps, apks, config, repodir, pretty=False): https://faq.altstore.io/distribute-your-apps/make-a-source https://faq.altstore.io/distribute-your-apps/updating-apps """ - if not any(Path('repo').glob('*.ipa')): + if not any(Path(repodir).glob('*.ipa')): # no IPA files present in repo, nothing to do here, exiting early return