summaryrefslogtreecommitdiff
path: root/git/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/cmd.py')
-rw-r--r--git/cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index 50b1e321..2d288b25 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -375,7 +375,6 @@ class Git(LazyMixin):
proc.wait() # ensure process goes away
except OSError as ex:
log.info("Ignored error after process had died: %r", ex)
- pass # ignore error when process already died
except AttributeError:
# try windows
# for some reason, providing None for stdout/stderr still prints something. This is why