From 1bddfdffa5feb567aa6dc898eb30f74567751134 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 17 Dec 2018 14:03:55 +0000 Subject: [PATCH] Removed an assertion for iesg state for documents that can be in any stream. - Legacy-Id: 15827 --- ietf/group/dot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/group/dot.py b/ietf/group/dot.py index d8df214c6..6c354a40a 100644 --- a/ietf/group/dot.py +++ b/ietf/group/dot.py @@ -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']: