🐛 index fix: skip altstore when no IPAs present

This commit is contained in:
Michael Pöhn 2024-04-24 12:45:29 +02:00
parent 07929ffe66
commit bd6afa4365
No known key found for this signature in database
GPG key ID: 725F386C05529A5A
2 changed files with 6 additions and 0 deletions

View file

@ -869,6 +869,8 @@ class AltstoreIndexTest(unittest.TestCase):
with tempfile.TemporaryDirectory() as tmpdir, TmpCwd(tmpdir):
repodir = Path(tmpdir) / 'repo'
repodir.mkdir()
with open(repodir / "fake.ipa", "w") as f:
f.write("")
fdroidserver.index.make_altstore(
apps,