From 4c9fb6becd8aeefcd8f64b1439bf4611df1dfe17 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 15 Mar 2019 15:52:12 +0530 Subject: [PATCH] ... --- setup/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/resources.py b/setup/resources.py index e12cd18223..3d63baf68a 100644 --- a/setup/resources.py +++ b/setup/resources.py @@ -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())