Removed an assertion for iesg state for documents that can be in any stream.

- Legacy-Id: 15827
This commit is contained in:
Henrik Levkowetz 2018-12-17 14:03:55 +00:00
parent a1fc8722f2
commit 1bddfdffa5

View file

@ -55,7 +55,6 @@ def get_node_styles(node, group):
styles['style'] = 'filled'
log.assertion('node.get_state("draft_iesg")')
if node.get_state('draft').slug == 'rfc':
styles['shape'] = 'box'
elif not node.get_state('draft-iesg').slug in ['idexists', 'watching', 'dead']: