1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-03 06:10:10 +02:00

apply review suggestions

This commit is contained in:
Michael Pöhn 2024-04-24 11:56:07 +00:00
parent bd6afa4365
commit 005a33732c

View File

@ -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/make-a-source
https://faq.altstore.io/distribute-your-apps/updating-apps 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 # no IPA files present in repo, nothing to do here, exiting early
return return