We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8f928 commit e2cc982Copy full SHA for e2cc982
1 file changed
ietf/iesg/agenda.py
@@ -82,7 +82,7 @@ def get_doc_section(doc):
82
s += ".1"
83
84
elif doc.type_id == 'conflrev':
85
- if doc.get_state('conflrev').slug not in ('adrev','iesgeval','appr-reqnopub-pend','appr-reqnopub-sent','appr-noprob-pend','appr-noprob-sent','defer'):
+ if not doc.get_state('conflrev') or doc.get_state('conflrev').slug not in ('adrev','iesgeval','appr-reqnopub-pend','appr-reqnopub-sent','appr-noprob-pend','appr-noprob-sent','defer'):
86
s = "3.4.3"
87
elif doc.returning_item():
88
s = "3.4.2"
0 commit comments