mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
metadata: fix harmless typo
This commit is contained in:
parent
ae321f21bc
commit
e99ae53538
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ def write_metadata(dest, app):
|
|||
|
||||
if t == 'string':
|
||||
outline += value
|
||||
if t == 'bool':
|
||||
elif t == 'bool':
|
||||
outline += 'yes'
|
||||
elif t == 'script':
|
||||
outline += '&& \\\n '.join([s.lstrip() for s in value.split('&& ')])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue