mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bb014a56bb
commit
632796e533
@ -31,6 +31,10 @@ def do_explode(path, dest):
|
|||||||
with CurrentDir(dest):
|
with CurrentDir(dest):
|
||||||
mr = Mobi8Reader(mr, default_log)
|
mr = Mobi8Reader(mr, default_log)
|
||||||
opf = os.path.abspath(mr())
|
opf = os.path.abspath(mr())
|
||||||
|
try:
|
||||||
|
os.remove('debug-raw.html')
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
return opf
|
return opf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user