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

Commita1634dc

Browse files
committed
As suggested in this commentgitpython-developers#564 (comment)
1 parent89df641 commita1634dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def _parse_progress_line(self, line):
386386
# handle
387387
# Counting objects: 4, done.
388388
# Compressing objects: 50% (1/2) \rCompressing objects: 100% (2/2) \rCompressing objects: 100% (2/2), done.
389-
self._cur_line=line
389+
self._cur_line=line=line.decode('utf-8')ifisinstance(line,bytes)elseline
390390
iflen(self.error_lines)>0orself._cur_line.startswith(('error:','fatal:')):
391391
self.error_lines.append(self._cur_line)
392392
return []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp