mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
3c8ce70263
commit
b29ff973a2
@ -455,7 +455,7 @@ class MOBIHeader(object): # {{{
|
|||||||
a(('Extra data flags: %s (has multibyte: %s) '
|
a(('Extra data flags: %s (has multibyte: %s) '
|
||||||
'(has indexing: %s) (has uncrossable breaks: %s)')%(
|
'(has indexing: %s) (has uncrossable breaks: %s)')%(
|
||||||
bin(self.extra_data_flags), self.has_multibytes,
|
bin(self.extra_data_flags), self.has_multibytes,
|
||||||
self.has_indexing_bytes, self.has_uncrossable_breaks ))
|
self.has_indexing_bytes, self.has_uncrossable_breaks))
|
||||||
r('NCX index', 'primary_index_record')
|
r('NCX index', 'primary_index_record')
|
||||||
if self.length >= 248:
|
if self.length >= 248:
|
||||||
r('Sections Index', 'sect_idx')
|
r('Sections Index', 'sect_idx')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user