Skip to content

Commit 5051c40

Browse files
committed
Skip "none" WGChairs
- Legacy-Id: 3961
1 parent 102452a commit 5051c40

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

redesign/importing/import-roles.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
print "SKIPPING WGChair", o.person, "with non-existing group", acronym
175175
continue
176176

177+
if group.acronym == "none":
178+
print "SKIPPING WGChair", o.person, "with bogus group", group.acronym
179+
continue
180+
177181
print "importing WGChair", acronym, o.person
178182

179183
email = get_or_create_email(o, create_fake=True)

0 commit comments

Comments
 (0)