We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88a9cc commit cd7eeb2Copy full SHA for cd7eeb2
1 file changed
ietf/mailtrigger/models.py
@@ -84,7 +84,7 @@ def gather_doc_group_mail_list(self, **kwargs):
84
addrs = []
85
if 'doc' in kwargs:
86
doc=kwargs['doc']
87
- if doc.group.features.acts_like_wg:
+ if doc.group and doc.group.features.acts_like_wg:
88
if doc.group.list_email:
89
addrs.append(doc.group.list_email)
90
return addrs
0 commit comments