NowanIlfideme / pydantic-yaml

YAML support for Pydantic models
MIT License
135 stars 11 forks source link

Make to_yaml_file consider options when writing to file path #96

Closed aeisenbarth closed 11 months ago

aeisenbarth commented 1 year ago

When passing a path to to_yaml_file, the output was different from to_yaml_str, although using the same options. The new options for _write_yaml_model had only been added to the first if branch, not to the second case.