Commit 19b678f
Fix wrong parameter name in namedtuple_dict_structure_factory
The call to make_dict_structure_fn_from_attrs passes
_cattrs_use_detailed_validation but the function expects
_cattrs_detailed_validation. Because **kwargs catches the misnamed
parameter as an attribute override, detailed_validation is silently
ignored and always falls back to the converter default.1 parent 573915b commit 19b678f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments