Skip to content

Commit 8e56e79

Browse files
authored
fix(dfn): populate keystring children properly (#232)
1 parent 18789cd commit 8e56e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modflow_devtools/dfn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def _fields() -> Fields:
460460
or v["type"].startswith("record")
461461
):
462462
continue
463-
fields[name] = v
463+
fields[name] = _convert_field(v)
464464
return fields
465465

466466
var_ = Field(

0 commit comments

Comments
 (0)