Thu, 30 Oct 2014 02:58:26 +0200
- goddamnit
cobalt.py | file | annotate | diff | comparison | revisions |
--- a/cobalt.py Thu Oct 30 02:55:14 2014 +0200 +++ b/cobalt.py Thu Oct 30 02:58:26 2014 +0200 @@ -273,7 +273,7 @@ return result #enddef -def find_developer_by_email (email): +def find_developer_by_email (commit_email): for developer, emails in g_config['developer_emails'].iteritems(): for email in emails: if commit_email == email: