Skip to content

Commit

Permalink
Add MigStatus / Status_Specification "O" (#40)
Browse files Browse the repository at this point in the history
fixes 'ValueError: 'O' is not a valid MigStatus'
  • Loading branch information
hf-kklein authored Oct 2, 2024
1 parent 9461e86 commit aa2e4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fundamend/models/messageimplementationguide.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class MigStatus(StrEnum):
R = "R"
N = "N"
D = "D"
O = "O"


@dataclass(kw_only=True, eq=True)
Expand Down

0 comments on commit aa2e4b1

Please sign in to comment.