This commit is contained in:
Kovid Goyal 2019-03-15 15:52:12 +05:30
parent e9b26ebb00
commit 4c9fb6becd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -334,7 +334,7 @@ class Resources(Command): # {{{
if f.endswith('.py'):
files.append(self.j(x[0], f))
if self.newer(dest, files):
self.info('\tCreating ebook-convert-complete.pickle')
self.info('\tCreating ' + dest)
complete = {}
from calibre.ebooks.conversion.plumber import supported_input_formats
complete['input_fmts'] = set(supported_input_formats())