mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 22:46:29 +01:00
...
This commit is contained in:
parent
e9b26ebb00
commit
4c9fb6becd
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ def run(self, opts):
|
|||
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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue