Skip to content

Commit

Permalink
Revert "MA: Typo fix"
Browse files Browse the repository at this point in the history
This reverts commit 610f74e.
  • Loading branch information
twneale committed Jul 29, 2014
1 parent 5622390 commit 8b90bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstates/ma/votes.py
Expand Up @@ -92,7 +92,7 @@ def scrape_vote(self, session, rollcall_number):
self._404_count += 1
else:
self.logger.exception(exc)
return
continue

text = convert_pdf(vote_file, type='text')
text = text.decode('utf8')
Expand Down

0 comments on commit 8b90bb6

Please sign in to comment.