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

Commit3e79604

Browse files
author
Victor Garcia
committed
While parsing errors, also detecting lines starting with error:
1 parent1485103 commit3e79604

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
@@ -555,7 +555,7 @@ def _get_fetch_info_from_stderr(self, proc, progress):
555555
line=line.decode(defenc)
556556
line=line.rstrip()
557557
forplineinprogress_handler(line):
558-
ifline.startswith('fatal:'):
558+
ifline.startswith('fatal:')orline.startswith('error:'):
559559
raiseGitCommandError(("Error when fetching: %s"%line,),2)
560560
# END handle special messages
561561
forcmdincmds:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp