mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
fixup test code
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user