We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba4a52 commit 6b57da5Copy full SHA for 6b57da5
1 file changed
src/murfey/util/models.py
@@ -180,6 +180,7 @@ class MillingStepInfo(BaseModel):
180
width_overlap_rear_right: float | None = None
181
182
@field_validator("status", mode="before")
183
+ @classmethod
184
def handle_stringified_none(cls, v: Any) -> None:
185
if isinstance(v, str) and v.lower() == "none":
186
return None
0 commit comments