Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gracefully handle if git is not installed
The following error occurs in `_get_contributors()` if git is not installed. > FileNotFoundError: [Errno 2] No such file or directory: 'git': 'git' Treat this the same as if `git` fails, catch the error and print a warning.
- Loading branch information