mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-12 12:35:53 +01:00
Next portion of logging adapt.
This commit is contained in:
@@ -228,7 +228,7 @@ class HTMLOutput(OutputFormatPlugin):
|
||||
shutil.rmtree(opts.extract_to)
|
||||
os.makedirs(opts.extract_to)
|
||||
zfile.extractall(opts.extract_to)
|
||||
self.log('Zip file extracted to', opts.extract_to)
|
||||
self.log.info('Zip file extracted to %s', opts.extract_to)
|
||||
|
||||
zfile.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user