mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
apply review suggestions
This commit is contained in:
parent
bd6afa4365
commit
005a33732c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue