Show More
@@ -788,6 +788,8 b' def discover_user(author):' | |||
|
788 | 788 | def email_or_none(author): |
|
789 | 789 | # extract email from the commit string |
|
790 | 790 | _email = author_email(author) |
|
791 | log.warning('email_or_none author: %s' % (author)) | |
|
792 | log.warning('email_or_none _email: %s' % (_email)) | |
|
791 | 793 | |
|
792 | 794 | # If we have an email, use it, otherwise |
|
793 | 795 | # see if it contains a username we can get an email from |
General Comments 0
You need to be logged in to leave comments.
Login now