We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fc872 commit 1bddfdfCopy full SHA for 1bddfdf
1 file changed
ietf/group/dot.py
@@ -55,7 +55,6 @@ def get_node_styles(node, group):
55
56
styles['style'] = 'filled'
57
58
- log.assertion('node.get_state("draft_iesg")')
59
if node.get_state('draft').slug == 'rfc':
60
styles['shape'] = 'box'
61
elif not node.get_state('draft-iesg').slug in ['idexists', 'watching', 'dead']:
0 commit comments