Fix bug if we weren't able to deduce a stream
- Legacy-Id: 3979
This commit is contained in:
parent
b9853c707c
commit
cb1b56d912
|
@ -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-"):
|
||||
|
|
Loading…
Reference in a new issue