Skip to content

Commit

Permalink
quick fix for #93
Browse files Browse the repository at this point in the history
  • Loading branch information
wo committed Sep 25, 2016
1 parent 4ba1dc7 commit 5985cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opp/docparser/blogpostparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def extract_content(bytehtml, doc):
return text
else:
debug(2, 'no content found!')
return ''
raise Exception('no content')

def find_content_element(el, best_el=None):
"""
Expand Down

0 comments on commit 5985cdf

Please sign in to comment.