Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3287148

Browse files
committed
Fixed premature closing of stdout/stderr streams, which caused plenty of errors.
The lines were added in commitb38020a , and I might consider a patch release soonor get ready with 0.3.3. Lets hope not too many installations will be affected.
1 parent598cd1d commit3287148

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
ifstatus!=0:
112110
raiseGitCommandError(self.args,status,self.proc.stderr.read())
113111
# END status handling

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp