Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call open() with string instead of Path, for 3.5
Explicitly convert the `Path` object used for the `open()` call to a string representation of the file path, for compatibility with Python 3.5.
- Loading branch information