8000 add sturla, and check both map files for users · thouis/numpy-trac-migration@361f764 · GitHub
[go: up one dir, main page]

Skip to content

Commit 361f764

Browse files
committed
add sturla, and check both map files for users
1 parent 35c381e commit 361f764

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TRAC_TO_GITHUB_USERS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ cjordansquire chrisjordansquire
105105
charris208 charris
106106
Toon.Verstraelen@UGent.be tovrstra
107107
Jon Olav Vik jonovik
108+
sturlamolden sturlamolden

check_emails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def get_ticket_ccs():
2222
cn.reverse()
2323
for c, n in cn:
2424
if c > 1:
25-
if util.trac_email_to_github(util.trac_user_email(n)) is None:
25+
if util.trac_email_to_github(util.trac_user_email(n)) is None and util.trac_user_to_github(n) is None:
2626
print "MISSING", n, util.trac_user_email(n), c

0 commit comments

Comments
 (0)
0