Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(setup): Use resolve() before invoking as_uri() (#700)
If a relative file path is provided, `as_uri()` throws a ValueError. Resolve the path to be absolute before converting to URI.
- Loading branch information