Skip to content

Commit 71e7277

Browse files
authored
Apply suggestion from @chris-eibl
1 parent 6202904 commit 71e7277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_os/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@ def test_execve_env_concurrent_mutation_with_fspath(self):
26322632
# See https://github.com/python/cpython/pull/143314
26332633
# to understand why we cannot use spaces in strings
26342634
# when using subprocess and os.execve() on Windows.
2635-
message = 123456
2635+
message = "123456"
26362636
else:
26372637
message = "hello from execve"
26382638

0 commit comments

Comments
 (0)