mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove irrelevant comment
This commit is contained in:
parent
9dacfb145a
commit
29aefee390
2 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ namespace Flow.Launcher.Core.Plugin
|
|||
RedirectStandardError = true,
|
||||
};
|
||||
|
||||
// temp fix for issue #667
|
||||
var path = Path.Combine(Constant.ProgramDirectory, JsonRPC);
|
||||
_startInfo.EnvironmentVariables["PYTHONPATH"] = path;
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ namespace Flow.Launcher.Core.Plugin
|
|||
RedirectStandardInput = true
|
||||
};
|
||||
|
||||
// temp fix for issue #667
|
||||
var path = Path.Combine(Constant.ProgramDirectory, JsonRpc);
|
||||
StartInfo.EnvironmentVariables["PYTHONPATH"] = path;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue