##// END OF EJS Templates
Fix vista bug: subprocess execution not working if not started from...
gvaroquaux -
Show More
@@ -73,6 +73,8 b' skip = False'
73 73 if mswindows:
74 74 import platform
75 75 if platform.uname()[3] == '' or platform.uname()[3] > '6.0.6000':
76 # Killable process does not work under vista when starting for
77 # something else than cmd.
76 78 skip = True
77 79 else:
78 80 import winprocess
General Comments 0
You need to be logged in to leave comments. Login now