Skip to content

Commit 294e404

Browse files
yihong0618vstinner
andauthored
Update Lib/test/test_atexit.py
Co-authored-by: Victor Stinner <[email protected]>
1 parent 42f90ab commit 294e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_atexit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def callback():
216216
try:
217217
with SuppressCrashReport():
218218
with script_helper.spawn_python(script,
219-
stderr=subprocess.PIPE) as proc:
219+
stderr=subprocess.PIPE) as proc:
220220
proc.wait()
221221
stdout = proc.stdout.read()
222222
stderr = proc.stderr.read()

0 commit comments

Comments
 (0)