Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commitce5dfe7
Fix exception on import in MacOS
This is related to my fix in#658. Apparently, MacOS adds a gitexecutable that is just a stub which displays an error. This gets pastthe try/except I added in#658, and allows all of the GitPythoncomponents to be imported, but since the executable is not *actually*git, it results in an exception when ``refresh()`` attemepts to run a``git version``.1 parent6c2446f commitce5dfe7
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 |
|
0 commit comments
Comments
(0)