Merge "Omit leaderless list from TC election results"

This commit is contained in:
Zuul 2021-04-07 00:31:12 +00:00 committed by Gerrit Code Review
commit 3f53ed556e
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ def process(db, round):
dirty = True
db['projects'] = ['TC']
db['candidates'] = {'TC': db['candidates']['TC']}
del db['leaderless']
if round == 'ptl' and 'TC' in db['projects']:
dirty = True
db['projects'].remove('TC')