This commit is contained in:
Kovid Goyal 2012-05-03 16:36:24 +05:30
parent bb014a56bb
commit 632796e533

View File

@ -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