fixup test code

This commit is contained in:
bao-qian
2016-05-05 12:30:23 +01:00
parent 1961816ba7
commit 0fa126a6b8

View File

@@ -14,7 +14,7 @@ namespace Wox.Core.Plugin
{ {
_startInfo = new ProcessStartInfo _startInfo = new ProcessStartInfo
{ {
FileName = @"C:\Program Files\Python 3.5\pythonw.exe", FileName = filename,
UseShellExecute = false, UseShellExecute = false,
CreateNoWindow = true, CreateNoWindow = true,
RedirectStandardOutput = true, RedirectStandardOutput = true,