mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 17:45:55 +01:00
...
This commit is contained in:
parent
06e9f8f8b8
commit
cfa8f75836
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ def run(self, opts):
|
|||
src = self.j(self.SRC, '..', 'Changelog.txt')
|
||||
dest = self.j(self.RESOURCES, 'changelog.json')
|
||||
if self.newer(dest, [src]):
|
||||
self.info('\tCreating changelog.calibre_msgpack')
|
||||
self.info('\tCreating changelog.json')
|
||||
from setup.changelog import parse
|
||||
with open(src) as f:
|
||||
dump_json(parse(f.read(), parse_dates=False), dest)
|
||||
|
|
|
|||
Loading…
Reference in a new issue