mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:04:12 +02:00
Merge branch 'correct-equals-plus-to-plus-equals-typo' of https://github.com/lamby/calibre
This commit is contained in:
commit
172e044f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ def sanitize(self, node, candidates):
|
|||
# self.debug(sib.text_content())
|
||||
sib_content_length = text_length(sib)
|
||||
if sib_content_length:
|
||||
i =+ 1
|
||||
i += 1
|
||||
siblings.append(sib_content_length)
|
||||
if i == x:
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in a new issue