Skip to content

Commit 3287148

Browse files
committed
Fixed premature closing of stdout/stderr streams, which caused plenty of errors.
The lines were added in commit b38020a , and I might consider a patch release soon or get ready with 0.3.3. Lets hope not too many installations will be affected.
1 parent 598cd1d commit 3287148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

git/cmd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ def wait(self):
106106
107107
:raise GitCommandError: if the return status is not 0"""
108108
status = self.proc.wait()
109-
self.proc.stdout.close()
110-
self.proc.stderr.close()
111109
if status != 0:
112110
raise GitCommandError(self.args, status, self.proc.stderr.read())
113111
# END status handling

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy