Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(env): Use $HOME instead of ~ (getsentry#451)
With the introduction of pyright in pre-commit, using ~ for the home directory is causing problems with a Popen call. Switching to $HOME to get around this.
- Loading branch information