Skip to content

Commit f281022

Browse files
committed
Merge branch 'REL_2_5' into REL_2_6
2 parents c4e9056 + b7a1830 commit f281022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,8 @@ def __init__(self, cmd, env, attach=False):
19961996
stdout=subprocess.PIPE,
19971997
stderr=subprocess.STDOUT,
19981998
bufsize=0,
1999-
universal_newlines=True
1999+
text=True,
2000+
errors='replace',
20002001
)
20012002
self.gdb_pid = self.proc.pid
20022003

0 commit comments

Comments
 (0)