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

Commit0691441

Browse files
committed
chore(repo): remove comment
As it does not appear to be the case.See#547 (comment)[skip ci]
1 parent2f207e0 commit0691441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/repo/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def _clone(cls, git, url, path, odb_default_type, progress, **kwargs):
875875
ifprogress:
876876
handle_process_output(proc,None,progress.new_message_handler(),finalize_process)
877877
else:
878-
(stdout,stderr)=proc.communicate()# FIXME: Will block if outputs are big!
878+
(stdout,stderr)=proc.communicate()
879879
log.debug("Cmd(%s)'s unused stdout: %s",getattr(proc,'args',''),stdout)
880880
finalize_process(proc,stderr=stderr)
881881

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp