Skip to content

Commit

Permalink
fixup test code
Browse files Browse the repository at this point in the history
  • Loading branch information
bao-qian committed May 5, 2016
1 parent e1d0639 commit 8ab3a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wox.Core/Plugin/PythonPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public PythonPlugin(string filename)
{
_startInfo = new ProcessStartInfo
{
FileName = @"C:\Program Files\Python 3.5\pythonw.exe",
FileName = filename,
UseShellExecute = false,
CreateNoWindow = true,
RedirectStandardOutput = true,
Expand Down

0 comments on commit 8ab3a00

Please sign in to comment.