Commit 2201693
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.1 parent 13ac4cc commit 2201693
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments