Commit bfadac0
committed
In collect_children(), put a try-except around os.waitpid() because it
may raise an exception (when there are no children). Reported by
Andy Dustman.1 parent 873f029 commit bfadac0
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
289 | 292 | | |
290 | 293 | | |
291 | 294 | | |
| |||
0 commit comments