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())