mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-16 04:00:30 +03:00
Rename write_metadata to specify txt
This commit is contained in:
parent
885a3a73f1
commit
082e275aa1
2 changed files with 4 additions and 4 deletions
|
|
@ -1038,11 +1038,11 @@ def parse_txt_metadata(apps, metadatapath):
|
|||
return (appid, thisinfo)
|
||||
|
||||
|
||||
# Write a metadata file.
|
||||
# Write a metadata file in txt format.
|
||||
#
|
||||
# 'mf' - Writer interface (file, StringIO, ...)
|
||||
# 'app' - The app data
|
||||
def write_metadata(mf, app):
|
||||
def write_txt_metadata(mf, app):
|
||||
|
||||
def writecomments(key):
|
||||
written = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue