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() instead of as_uri() for relative pathing
If no `--file` argument is provided to setup, `as_uri()` throws a ValueError when it tries to get the relative path to print to the console. Using `resolve()` will work in both case (`--file` provided or not provided).
- Loading branch information