Merge "report the number of votes needed"

This commit is contained in:
Zuul 2018-10-31 17:38:38 +00:00 committed by Gerrit Code Review
commit 02f6c59590
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ def get_one_status(change, delegates):
time_to_approve = since_majority > datetime.timedelta(3)
else:
time_to_approve = False
earliest = '4 days after majority'
earliest = '4 days after 5 positive votes'
if votes_to_approve and time_to_approve:
parts.append('YES')
@ -246,7 +246,7 @@ def get_one_status(change, delegates):
time_to_approve = since_majority > datetime.timedelta(3)
else:
time_to_approve = False
earliest = '4 days after majority'
earliest = '4 days after 9 positive votes'
if votes_to_approve and time_to_approve:
parts.append('YES')