We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d2f4b commit b3d9b8dCopy full SHA for b3d9b8d
git/cmd.py
@@ -794,7 +794,7 @@ def _kill_process(pid):
794
else:
795
max_chunk_size=max_chunk_sizeifmax_chunk_sizeandmax_chunk_size>0elseio.DEFAULT_BUFFER_SIZE
796
stream_copy(proc.stdout, output_stream, max_chunk_size)
797
-stdout_value=output_stream
+stdout_value=proc.stdout.read()
798
stderr_value=proc.stderr.read()
799
# strip trailing "\n"
800
ifstderr_value.endswith(b"\n"):
0 commit comments