mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 00:08:50 +01:00
This commit is contained in:
parent
619773526e
commit
46bae3dd59
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ def add_file(self, path):
|
|||
self.css.update(self.override_css)
|
||||
|
||||
self.file_name = os.path.basename(path)
|
||||
self.logger.info('Processing %s', self.file_name)
|
||||
self.logger.info('Processing %s', path if self.verbose else self.file_name)
|
||||
raw = open(path, 'rb').read()
|
||||
soup = self.preprocess(raw)
|
||||
self.logger.info('\tConverting to BBeB...')
|
||||
|
|
|
|||
Loading…
Reference in a new issue