Skip to content

Commit cb1b56d

Browse files
committed
Fix bug if we weren't able to deduce a stream
- Legacy-Id: 3979
1 parent b9853c7 commit cb1b56d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/submit/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def perform_postREDESIGN(request, submission):
117117
was_rfc = draft.get_state_slug() == "rfc"
118118

119119
if not draft.stream:
120+
stream_slug = None
120121
if draft.name.startswith("draft-iab-"):
121122
stream_slug = "iab"
122123
elif draft.name.startswith("draft-irtf-"):

0 commit comments

Comments
 (0)