Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(device): convert PosixPath to str (#1)
The is_remote_path utility function returns `PosixPath` class, but the functions later expect a string as parameter. This commit adds the `as_posix()` call which converts the class into a `str` fixing this bug.
- Loading branch information