mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Correct typo
This commit is contained in:
parent
d3ac6899ff
commit
5cdd34606e
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
|||
addElement('permissions', ','.join(apk['permissions']), doc, apkel)
|
||||
if len(apk['nativecode']) > 0:
|
||||
addElement('nativecode', ','.join(apk['nativecode']), doc, apkel)
|
||||
if len(apk['features') > 0:
|
||||
if len(apk['features']) > 0:
|
||||
addElement('features', ','.join(apk['features']), doc, apkel)
|
||||
|
||||
of = open(os.path.join(repodir, 'index.xml'), 'wb')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue