diff -r 2df3d5b2f364 -r d9ec5928759e cobalt.py --- 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: