Skip to content

Commit

Permalink
MD: motion
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Apr 17, 2013
1 parent ab104d6 commit caf937d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstates/md/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ def scrape_vote(self, bill, action_text, url):
elif 'Failed' in motion:
motion = motion.split(' Failed')[0]
passed = False
elif 'Concur' in motion:
passed = True
elif 'Floor Amendment' in motion:
passed = int(yes_count) > int(no_count)
else:
Expand Down

0 comments on commit caf937d

Please sign in to comment.