From 9da498e0bd971a45875e98f141925c69f72b8d72 Mon Sep 17 00:00:00 2001 From: Tim Showers Date: Tue, 6 Dec 2016 15:28:42 -0500 Subject: [PATCH] categorize prefile actions --- openstates/wa/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstates/wa/actions.py b/openstates/wa/actions.py index 9d25a1e4c6..32c47e701b 100644 --- a/openstates/wa/actions.py +++ b/openstates/wa/actions.py @@ -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(passed|failed))", 'bill:reading:3'),