Skip to content

Commit 05e2cd7

Browse files
authored
Update bash_win.py
1 parent f07a5a8 commit 05e2cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_agent_harness/tools/bash_win.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def finish() -> str:
156156
continue
157157
if raw is None:
158158
break
159-
chunk = decoder.decode(raw)
159+
chunk = decoder.decode(raw).replace("\r\n", "\n")
160160
total += len(chunk)
161161
last_output = time.monotonic()
162162
if head_len < _MAX_OUTPUT:

0 commit comments

Comments
 (0)