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

Commitbb8b383

Browse files
uri-canvaByron
authored andcommitted
Update util.py
1 parent63a444d commitbb8b383

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
@@ -394,7 +394,7 @@ def _parse_progress_line(self, line):
394394
# find escape characters and cut them away - regex will not work with
395395
# them as they are non-ascii. As git might expect a tty, it will send them
396396
line=self.re_ansi_escape.sub('',line)
397-
line=line.strip()
397+
line=line.rstrip()
398398

399399
cur_count,max_count=None,None
400400
match=self.re_op_relative.match(line)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp