Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: transformer.dumps: support string paths
Top-level functions accept LaxPath instances, which are unions of Path and str. However, Scenario.from_path expects only a Path (not a str) and is called by _dump_as_lines (which uses LaxPath) without first converting potential strings to Path. Reported in #75. Signed-off-by: Thibaut Le Page <[email protected]>
- Loading branch information