From cb1b56d912532ff8140bb4db79568bb8a2a55e66 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Sun, 26 Feb 2012 14:22:44 +0000 Subject: [PATCH] Fix bug if we weren't able to deduce a stream - Legacy-Id: 3979 --- ietf/submit/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/submit/utils.py b/ietf/submit/utils.py index d2cada102..893de3899 100644 --- a/ietf/submit/utils.py +++ b/ietf/submit/utils.py @@ -117,6 +117,7 @@ def perform_postREDESIGN(request, submission): was_rfc = draft.get_state_slug() == "rfc" if not draft.stream: + stream_slug = None if draft.name.startswith("draft-iab-"): stream_slug = "iab" elif draft.name.startswith("draft-irtf-"):