Skip to content

Commit

Permalink
categorize prefile actions
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Dec 6, 2016
1 parent a991cdb commit 9da498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstates/wa/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
Rule(r'^Introduced', 'bill:introduced'),
Rule(r'^Introduced', 'bill:introduced'),
Rule(r'Third reading, adopted', ['bill:reading:3', 'bill:passed']),

Rule(r'Prefiled for introduction', 'bill:filed'),
Rule(r'amendment adopted', 'amendment:passed'),
Rule(r'amendment not adopted', 'amendment:failed'),
Rule(r"(?i)third reading, (?P<pass_fail>(passed|failed))", 'bill:reading:3'),
Expand Down

0 comments on commit 9da498e

Please sign in to comment.