Skip to content

Commit c02f8fe

Browse files
committed
Merged in [15080] from rjsparks@nostrum.com:
Marked a couple of functions as unreachable. - Legacy-Id: 15089 Note: SVN reference [15080] has been migrated to Git commit 7df28d8
2 parents c7350be + 7df28d8 commit c02f8fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/doc/views_ballot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,14 @@ def do_undefer_ballot(request, doc):
8484
email_ballot_undeferred(request, doc, by.plain_name(), telechat_date)
8585

8686
def position_to_ballot_choice(position):
87+
log.unreachable('2018-04-25')
8788
for v, label in BALLOT_CHOICES:
8889
if v and getattr(position, v):
8990
return v
9091
return ""
9192

9293
def position_label(position_value):
94+
log.unreachable('2018-04-25')
9395
return dict(BALLOT_CHOICES).get(position_value, "")
9496

9597
# -------------------------------------------------

0 commit comments

Comments
 (0)