Skip to content

Commit 1bddfdf

Browse files
committed
Removed an assertion for iesg state for documents that can be in any stream.
- Legacy-Id: 15827
1 parent a1fc872 commit 1bddfdf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/group/dot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def get_node_styles(node, group):
5555

5656
styles['style'] = 'filled'
5757

58-
log.assertion('node.get_state("draft_iesg")')
5958
if node.get_state('draft').slug == 'rfc':
6059
styles['shape'] = 'box'
6160
elif not node.get_state('draft-iesg').slug in ['idexists', 'watching', 'dead']:

0 commit comments

Comments
 (0)