Skip to content

Commit b019496

Browse files
committed
typo
1 parent fe552da commit b019496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitconsensus/repository.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ def __init__(self, repository, number):
164164
elif content == '-1':
165165
self.users.append(user['login'])
166166
self.no.append(user['login'])
167-
if seld.repository.isContributor(user['login']):
167+
if self.repository.isContributor(user['login']):
168168
self.contributors_no.append(user['login'])
169169
elif content == 'confused':
170170
self.users.append(user['login'])
171171
self.abstain.append(user['login'])
172-
if seld.repository.isContributor(user['login']):
172+
if self.repository.isContributor(user['login']):
173173
self.contributors_abstain.append(user['login'])
174174

175175
files = self.pr.iter_files()

0 commit comments

Comments
 (0)