mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
rewritemeta: fix after !62 breakage
This commit is contained in:
parent
9e96a288c2
commit
f46253a79f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def proper_format(app):
|
|||
# read in metadata.py
|
||||
with open(app.metadatapath, 'r') as f:
|
||||
cur_content = f.read()
|
||||
metadata.write_txt_metadata(s, app)
|
||||
metadata.write_txt(s, app)
|
||||
content = s.getvalue()
|
||||
s.close()
|
||||
return content == cur_content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue