We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a48c27 commit 56b36b1Copy full SHA for 56b36b1
src/gitxray/include/gx_context.py
@@ -67,6 +67,7 @@ def setContributor(self, contributor):
67
return
68
69
def setContributors(self, contributors):
70
+ if contributors is None: contributors = []
71
self._contributors = contributors
72
73
0 commit comments