Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/numpy-1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Mar 26, 2020
2 parents 76a309e + af28e5d commit 39228e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_nag/scripts/not_landed.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def get_bugs(self, date="today", bug_ids=[]):
assignee = d["assigned_to"]
nickname = d["nickname"]
if not assignee:
assignee = max(data["authors"], key=data["authors"].get)
assignee = max(data["author"], key=data["author"].get)
nicknames[bugid] = assignee
else:
self.add_auto_ni(bugid, {"mail": assignee, "nickname": nickname})
Expand Down

0 comments on commit 39228e4

Please sign in to comment.