Skip to content

Commit 01cf534

Browse files
authored
Update paths.py
Corrections following the review
1 parent 16dfddf commit 01cf534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/spec_xml/paths.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222

2323
class Branch(Enum):
2424
MASTER = "master"
25-
V1_3 = "1.4"
25+
V1_3 = "1.3"
2626
V1_4 = "1.4"
27+
IN_PROGRESS = "in_progress"
2728

2829

2930
def get_chip_root():

0 commit comments

Comments
 (0)