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 95296a9 commit e217874Copy full SHA for e217874
Lib/test/test_profiling/test_sampling_profiler/helpers.py
@@ -83,7 +83,7 @@ def test_subprocess(script):
83
response = client_socket.recv(1024)
84
if response != b"ready":
85
raise RuntimeError(
86
- f"Unexpected response from subprocess: {response}"
+ f"Unexpected response from subprocess: {response!r}"
87
)
88
89
yield SubprocessInfo(proc, client_socket)
0 commit comments