Skip to content

Commit 66d41b2

Browse files
committed
This is probably what was meant here.
1 parent 013d574 commit 66d41b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tempfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def test_noinherit(self):
299299
# On Windows a spawn* /path/ with embedded spaces shouldn't be quoted,
300300
# but an arg with embedded spaces should be decorated with double
301301
# quotes on each end
302-
if sys.platform in ('win32'):
302+
if sys.platform in ('win32',):
303303
decorated = '"%s"' % sys.executable
304304
tester = '"%s"' % tester
305305
else:

0 commit comments

Comments
 (0)