There was an error while loading. Please reload this page.
2 parents fde89f2 + 85e78ca commit e0b21f4Copy full SHA for e0b21f4
1 file changed
git/cmd.py
@@ -287,7 +287,7 @@ def __del__(self):
287
return
288
289
# can be that nothing really exists anymore ...
290
- if os is None:
+ if os is None or os.kill is None:
291
292
293
# try to kill it
0 commit comments