Fix typo.

This commit is contained in:
Robin Mills 2020-04-09 20:52:38 +01:00
parent 377395a2d6
commit 2850c1e1e2

View File

@ -12,7 +12,7 @@ import string
import unittest
if sys.platform in [ 'win32', 'msys', 'cygwin' ]':
if sys.platform in [ 'win32', 'msys', 'cygwin' ]:
#: invoke subprocess.Popen with shell=True on Windows
_SUBPROCESS_SHELL = True