From 01cf5344309a825bd2db0b30887216520ed0ba5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 24 Dec 2024 14:02:27 +0100 Subject: [PATCH] Update paths.py Corrections following the review --- scripts/spec_xml/paths.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/spec_xml/paths.py b/scripts/spec_xml/paths.py index 373928d957744d..06119ab96e77f8 100644 --- a/scripts/spec_xml/paths.py +++ b/scripts/spec_xml/paths.py @@ -22,8 +22,9 @@ class Branch(Enum): MASTER = "master" - V1_3 = "1.4" + V1_3 = "1.3" V1_4 = "1.4" + IN_PROGRESS = "in_progress" def get_chip_root():