mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02:00
...
This commit is contained in:
parent
bb014a56bb
commit
632796e533
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ def do_explode(path, dest):
|
|||
with CurrentDir(dest):
|
||||
mr = Mobi8Reader(mr, default_log)
|
||||
opf = os.path.abspath(mr())
|
||||
try:
|
||||
os.remove('debug-raw.html')
|
||||
except:
|
||||
pass
|
||||
|
||||
return opf
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue