rewritemeta: fix after !62 breakage

This commit is contained in:
Daniel Martí 2016-03-24 19:48:15 +00:00
parent 9e96a288c2
commit f46253a79f

View file

@ -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