Skip to content

Commit 07375b4

Browse files
committed
Added log.unreachable() for the code that creates unknown-email-*' addresses. Addresses issue ietf-tools#2696.
- Legacy-Id: 16814
1 parent 4af77bb commit 07375b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/submit/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def ensure_person_email_info_exists(name, email, docname):
502502
active = True
503503
addr = addr.lower()
504504
else:
505+
log.unreachable('2019-10-02')
505506
# we're in trouble, use a fake one
506507
active = False
507508
addr = "unknown-email-%s" % person.plain_ascii().replace(" ", "-")

0 commit comments

Comments
 (0)