Skip to content

Commit 934e4f7

Browse files
committed
'ann' and 'approved' were swapped in the next states table, bug
noticed by Amy Vezza - Legacy-Id: 3950
1 parent 4566bd7 commit 934e4f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

redesign/importing/import-states.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
"lc": ("writeupw", "goaheadw"),
7474
"writeupw": ("goaheadw", ),
7575
"goaheadw": ("iesg-eva", ),
76-
"iesg-eva": ("nopubadw", "defer", "ann"),
76+
"iesg-eva": ("nopubadw", "defer", "approved"),
7777
"defer": ("iesg-eva", ),
78-
"ann": ("approved", ),
79-
"approved": ("rfcqueue", ),
78+
"approved": ("ann", ),
79+
"ann": ("rfcqueue", ),
8080
"rfcqueue": ("pub", ),
8181
"pub": ("dead", ),
8282
"nopubadw": ("nopubanw", ),

0 commit comments

Comments
 (0)