mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fixes #685
This commit is contained in:
parent
0c45e4349d
commit
a7bc5be42b
@ -187,7 +187,8 @@ class TextBlock(object):
|
||||
self.populate(tb.content)
|
||||
self.end_line()
|
||||
except TextBlock.HeightExceeded, err:
|
||||
logger.warning('TextBlock height exceeded, skipping line:\n%s'%(err,))
|
||||
pass
|
||||
#logger.warning('TextBlock height exceeded, skipping line:\n%s'%(err,))
|
||||
|
||||
def peek(self):
|
||||
return self.lines[self.peek_index+1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user