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 013d574 commit 66d41b2Copy full SHA for 66d41b2
Lib/test/test_tempfile.py
@@ -299,7 +299,7 @@ def test_noinherit(self):
299
# On Windows a spawn* /path/ with embedded spaces shouldn't be quoted,
300
# but an arg with embedded spaces should be decorated with double
301
# quotes on each end
302
- if sys.platform in ('win32'):
+ if sys.platform in ('win32',):
303
decorated = '"%s"' % sys.executable
304
tester = '"%s"' % tester
305
else:
0 commit comments