Skip to content

Commit b6042c2

Browse files
author
jubintgh
committed
rename method
1 parent c7eceff commit b6042c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bugbot/rules/not_landed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def attachment_handler(attachments, data):
252252

253253
return data
254254

255-
def get_bz_userid(self, phids):
255+
def get_bz_users(self, phids):
256256
if not phids:
257257
return {}
258258

@@ -320,7 +320,7 @@ def get_bugs(self, date="today", bug_ids=[]):
320320
assignee = max(data["author"], key=data["author"].get)
321321
bug_assignee_map[bugid] = assignee
322322

323-
bz_reviewers = self.get_bz_userid(reviewers_phid)
323+
bz_reviewers = self.get_bz_users(reviewers_phid)
324324
all_reviewers = set(bz_reviewers.keys())
325325

326326
for bugid, data in bugs_patch.items():

0 commit comments

Comments
 (0)