Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix config cli type from Path -> str
Config parameter in `dev` was typed as pathlib.Path, but it is actually a string. We need to manually create a Path from the string when parsing the config.
- Loading branch information