- goddamnit

Thu, 30 Oct 2014 02:58:26 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Thu, 30 Oct 2014 02:58:26 +0200
changeset 50
d9ec5928759e
parent 49
2df3d5b2f364
child 51
b0209b707fa2

- 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:

mercurial