Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sunlightlabs/openstates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Mar 8, 2011
2 parents 2893616 + d24d373 commit b28b913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstates/sd/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ def scrape_bill(self, chamber, session, bill_id, title, url):
elif 'Veto override, Failed' in action:
atypes.append('bill:veto_override:failed')

if 'Delivered to the Governor' in action:
atypes.append('governor:received')

match = re.match("First read in (Senate|House)", action)
if match:
if match.group(1) == 'Senate':
Expand Down

0 comments on commit b28b913

Please sign in to comment.