From 65a96948dc8545e3b15f791c9c855fc7c64d03bf Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Mon, 20 Jan 2025 11:59:18 -0400 Subject: [PATCH] fix: map "Editorial" -> StreamName (#8442) --- ietf/sync/rfceditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/sync/rfceditor.py b/ietf/sync/rfceditor.py index 6b3482f10..889317cdc 100644 --- a/ietf/sync/rfceditor.py +++ b/ietf/sync/rfceditor.py @@ -373,6 +373,7 @@ def update_docs_from_rfc_index( "INDEPENDENT": StreamName.objects.get(slug="ise"), "IRTF": StreamName.objects.get(slug="irtf"), "IAB": StreamName.objects.get(slug="iab"), + "Editorial": StreamName.objects.get(slug="editorial"), "Legacy": StreamName.objects.get(slug="legacy"), }