]> granicus.if.org Git - python/commitdiff
This is probably what was meant here.
authorArmin Rigo <arigo@tunes.org>
Fri, 7 Dec 2007 19:19:55 +0000 (19:19 +0000)
committerArmin Rigo <arigo@tunes.org>
Fri, 7 Dec 2007 19:19:55 +0000 (19:19 +0000)
Lib/test/test_tempfile.py

index 68c2728dca1f0cd37622a326f891736244a568e3..96e659155808f15f7335231eb817f10f2f153761 100644 (file)
@@ -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: