From 66d41b2fae1a5efbdc4537bdd8e4583e698a838d Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Fri, 7 Dec 2007 19:19:55 +0000 Subject: [PATCH] This is probably what was meant here. --- Lib/test/test_tempfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index 68c2728dca1..96e65915580 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py @@ -299,7 +299,7 @@ class test__mkstemp_inner(TC): # On Windows a spawn* /path/ with embedded spaces shouldn't be quoted, # but an arg with embedded spaces should be decorated with double # quotes on each end - if sys.platform in ('win32'): + if sys.platform in ('win32',): decorated = '"%s"' % sys.executable tester = '"%s"' % tester else: