mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fded2d997b
commit
17a2163eb0
@ -488,7 +488,6 @@ class KINDLE2(KINDLE):
|
|||||||
print ("Invalid method choice for this book (%r), ignoring." % temp)
|
print ("Invalid method choice for this book (%r), ignoring." % temp)
|
||||||
except:
|
except:
|
||||||
print 'Could not retrieve override method choice, using default.'
|
print 'Could not retrieve override method choice, using default.'
|
||||||
print 'Generating apnx with', method
|
|
||||||
apnx_builder.write_apnx(filepath, apnx_path, method=method, page_count=custom_page_count)
|
apnx_builder.write_apnx(filepath, apnx_path, method=method, page_count=custom_page_count)
|
||||||
except:
|
except:
|
||||||
print 'Failed to generate APNX'
|
print 'Failed to generate APNX'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user