Skip to content

Commit 56b36b1

Browse files
committed
Minor fix to prevent an exception from being triggered in blocked repositories.
1 parent 2a48c27 commit 56b36b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gitxray/include/gx_context.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def setContributor(self, contributor):
6767
return
6868

6969
def setContributors(self, contributors):
70+
if contributors is None: contributors = []
7071
self._contributors = contributors
7172
return
7273

0 commit comments

Comments
 (0)