mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix missing : on if statement.
This commit is contained in:
parent
7eef5c40e3
commit
cf42eb60ca
@ -78,7 +78,7 @@ class PMLMLizer(object):
|
|||||||
|
|
||||||
def pmlmlize_spine(self):
|
def pmlmlize_spine(self):
|
||||||
output = u''
|
output = u''
|
||||||
if 'titlepage' in self.oeb_book.guide
|
if 'titlepage' in self.oeb_book.guide:
|
||||||
self.log.debug('Generating title page...')
|
self.log.debug('Generating title page...')
|
||||||
href = self.oeb_book.guide['titlepage'].href
|
href = self.oeb_book.guide['titlepage'].href
|
||||||
item = self.oeb_book.manifest.hrefs[href]
|
item = self.oeb_book.manifest.hrefs[href]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user