From caf937d510c57f6d9b2f5472e6acc0239f41bec1 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 17 Apr 2013 10:39:53 -0400 Subject: [PATCH] MD: motion --- openstates/md/bills.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstates/md/bills.py b/openstates/md/bills.py index 9de162a8c1..461485e209 100644 --- a/openstates/md/bills.py +++ b/openstates/md/bills.py @@ -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: