Thanks to visit codestin.com Credit goes to github.com
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 71e7277 commit e074d33Copy full SHA for e074d33
1 file changed
Lib/test/test_os/test_os.py
@@ -2652,7 +2652,7 @@ def __getitem__(self): return 1
2652
def keys(self): return KEYS
2653
def values(self): return VALUES
2654
2655
- args = [sys.executable, '-c', "print('{message}')"]
+ args = [sys.executable, '-c', "print({message!r})"]
2656
os.execve(args[0], args, MyEnv())
2657
""".format(message=message)
2658
0 commit comments