Indented line to show continuation

This commit is contained in:
Philip Ridout 2013-08-12 19:19:57 +01:00
parent a37ae5880f
commit bc214ac990

View File

@ -375,7 +375,7 @@ class BSExtract(object):
content = content.findAll(u'li') content = content.findAll(u'li')
return [ return [
book.contents[0].contents[0] for book in content book.contents[0].contents[0] for book in content
if len(book.contents[0].contents) if len(book.contents[0].contents)
] ]