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

Commit04ff96d

Browse files
committed
fix(remote): real-time reading of lines from stderr
That way, progress usage will behave as expected.Fixesgitpython-developers#444
1 parentb9a7dc5 commit04ff96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def _get_fetch_info_from_stderr(self, proc, progress):
550550

551551
progress_handler=progress.new_message_handler()
552552

553-
forlineinproc.stderr.readlines():
553+
forlineinproc.stderr:
554554
line=line.decode(defenc)
555555
forplineinprogress_handler(line):
556556
ifline.startswith('fatal:')orline.startswith('error:'):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp