You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: redesign/import-document-state.py
+37-4Lines changed: 37 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
# assumptions:
20
20
# - groups have been imported
21
-
# - iesglogin emails have been imported
21
+
# - roles have been imported
22
22
23
23
# FIXME: what about RFCs
24
24
@@ -94,6 +94,7 @@ def date_in_match(match):
94
94
re_telechat_agenda=re.compile(r"(Placed on|Removed from) agenda for telechat - %s by"%date_re_str)
95
95
re_ballot_position=re.compile(r"\[Ballot Position Update\] (New position, (?P<position>.*), has been recorded (|for (?P<for>.*) )|Position (|for (?P<for2>.*) )has been changed to (?P<position2>.*) from .*)by (?P<by>.*)")
96
96
re_ballot_issued=re.compile(r"Ballot has been issued by")
97
+
re_state_changed=re.compile(r"(State (changed|Changes) to <b>(?P<to>.*)</b> from <b>(?P<from>.*)</b> by|Sub state has been changed to (?P<tosub>.*) from (?P<fromsub>.*))")
0 commit comments