We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eb2f0 commit d372248Copy full SHA for d372248
ccos/norm/models.py
@@ -76,7 +76,7 @@ def color(self):
76
color = self.own_color
77
if color is None and self.group is not None:
78
color = self.group.color
79
- if color is None:
+ elif color is None:
80
color = COLORS["BLACK"]
81
elif color in COLORS:
82
color = COLORS[color]
0 commit comments