forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commit982eefb
committed
fix(test_git): handle
In that case, the handler for processing stdout and stderr of the gitprocess is offloaded to threads. These currently don't returnany exception they raise.We could easily fix this using an approach as shown[here](http://goo.gl/hnVax6).select.poll()
missing1 parent152a60f commit982eefb
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
200 | 204 |
| |
201 |
| - | |
| 205 | + |
0 commit comments
Comments
(0)