Merge pull request #1150 from Exiv2/fix_1146_0.27

fix_1146_0.27
v0.27.3
Robin Mills 5 years ago committed by GitHub
commit e03877464b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save