Removed an assertion for iesg state for documents that can be in any stream.
- Legacy-Id: 15827
This commit is contained in:
parent
a1fc8722f2
commit
1bddfdffa5
|
@ -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']:
|
||||
|
|
Loading…
Reference in a new issue