diff options
author | Tatsuki Sugiura <sugi@nemui.org> | 2012-05-08 09:35:33 +0900 |
---|---|---|
committer | Mateusz Dereniowski <derenio@gmail.com> | 2014-03-31 12:37:00 +0200 |
commit | b137f55232155b16aa308ec4ea8d6bc994268b0d (patch) | |
tree | b384b09a6f1625aadb6137e414656726b16c76e2 /git/test/test_git.py | |
parent | 56cc93a548f35a0becd49a7eacde86f55ffc5dc5 (diff) | |
download | gitpython-b137f55232155b16aa308ec4ea8d6bc994268b0d.tar.gz |
Ignore signal exception on AutoInterrupt destructor.
When command run as subprocess, AutoInterrupt will kill the
process on destructor. However, if process already finished,
it raise OSError exception.
This fix just ignore OSError on os.kill.
Conflicts:
git/cmd.py
Diffstat (limited to 'git/test/test_git.py')
0 files changed, 0 insertions, 0 deletions