Skip to content

Commit 3d10b58

Browse files
committed
Import concluded BOFs as concluded
- Legacy-Id: 3622
1 parent 5aa4e8b commit 3d10b58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

redesign/importing/import-groups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ def import_date_event(group, name, type_name):
225225
# state
226226
if o.group_type.type == "BOF":
227227
s = state_names["bof"]
228+
if o.status.status == "Concluded":
229+
s = state_names["conclude"]
228230
elif o.group_type.type == "PWG":
229231
s = state_names["proposed"]
230232
elif o.status.status == "Active":

0 commit comments

Comments
 (0)