Skip to content

Commit 9f9c4a4

Browse files
authored
Update Lib/test/test_os.py
1 parent b6f9b52 commit 9f9c4a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_os.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,8 @@ def test_execve_env_concurrent_mutation_with_fspath_posix(self):
22632263
# Regression test for https://github.com/python/cpython/issues/143309.
22642264

22652265
message = "hello from execve"
2266-
code = """import os, sys
2266+
code = """\
2267+
import os, sys
22672268
22682269
class MyPath:
22692270
def __fspath__(self):

0 commit comments

Comments
 (0)