Skip to content

Commit

Permalink
Update paths.py
Browse files Browse the repository at this point in the history
Corrections following the review
  • Loading branch information
lboue authored Dec 24, 2024
1 parent 16dfddf commit 01cf534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/spec_xml/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 01cf534

Please sign in to comment.