mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 19:13:40 +02:00
...
This commit is contained in:
parent
fded2d997b
commit
17a2163eb0
1 changed files with 0 additions and 1 deletions
|
|
@ -488,7 +488,6 @@ def upload_apnx(self, path, filename, metadata, filepath):
|
|||
print ("Invalid method choice for this book (%r), ignoring." % temp)
|
||||
except:
|
||||
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)
|
||||
except:
|
||||
print 'Failed to generate APNX'
|
||||
|
|
|
|||
Loading…
Reference in a new issue