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

Commit55db0fc

Browse files
committed
fix(cmd): focus !
Thanks travis, once again !
1 parentd2f6fef commit55db0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def read_all_from_possibly_closed_stream(stream):
323323
return''
324324

325325
ifstatus!=0:
326-
errstr=read_all_from_possibly_closed_stream(self.proc.stderr.read)
326+
errstr=read_all_from_possibly_closed_stream(self.proc.stderr)
327327
raiseGitCommandError(self.args,status,errstr)
328328
# END status handling
329329
returnstatus

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp