eWaterCycle / eWaterCycle/grpc4bmi
Allow PathLike type for input_dirs and work_dir
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Now they must be str, it would be nice if https://docs.python.org/3/library/os.html#os.PathLike type could be used then a str or https://docs.python.org/3/library/pathlib.html#pathlib.PurePath would be allowed.
Then the calling code no longer has to perform casting like `str(work_dir)`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.