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