Skip to content

Commit fb70e9a

Browse files
committed
Fixed an issue with the author extraction code.
- Legacy-Id: 13288
1 parent cf7d5cb commit fb70e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/utils/draft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def extract_authors(self):
502502
r" {6}(\w+\s?\(.+\))$",
503503
]
504504

505-
dateformat = r"(((%(month)s|%(mabbr)s) \d+, |\d+ (%(month)s|%(mabbr)s),? |\d+/\d+/)\d\d\d\d|\d\d\d\d-\d\d-\d\d)$"
505+
dateformat = r"(((%(month)s|%(mabbr)s) \d+, |\d+ (%(month)s|%(mabbr)s),? |\d+/\d+/)\d\d\d\d|\d\d\d\d-\d\d-\d\d)$" % aux
506506

507507
address_section = r"^ *([0-9]+\.)? *(Author|Editor)('s|s'|s|\(s\)) (Address|Addresses|Information)"
508508

0 commit comments

Comments
 (0)