Skip to content

Commit 0691441

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/repo/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def _clone(cls, git, url, path, odb_default_type, progress, **kwargs):
875875
if progress:
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)