From 0fa126a6b8ee45f79ecf30a517741edec4054525 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Thu, 5 May 2016 12:30:23 +0100 Subject: [PATCH] fixup test code --- Wox.Core/Plugin/PythonPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Core/Plugin/PythonPlugin.cs b/Wox.Core/Plugin/PythonPlugin.cs index 7022512aee..d13a192f67 100644 --- a/Wox.Core/Plugin/PythonPlugin.cs +++ b/Wox.Core/Plugin/PythonPlugin.cs @@ -14,7 +14,7 @@ namespace Wox.Core.Plugin { _startInfo = new ProcessStartInfo { - FileName = @"C:\Program Files\Python 3.5\pythonw.exe", + FileName = filename, UseShellExecute = false, CreateNoWindow = true, RedirectStandardOutput = true,