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 6202904 commit 71e7277Copy full SHA for 71e7277
Lib/test/test_os/test_os.py
@@ -2632,7 +2632,7 @@ def test_execve_env_concurrent_mutation_with_fspath(self):
2632
# See https://github.com/python/cpython/pull/143314
2633
# to understand why we cannot use spaces in strings
2634
# when using subprocess and os.execve() on Windows.
2635
- message = 123456
+ message = "123456"
2636
else:
2637
message = "hello from execve"
2638
0 commit comments