remove irrelevant comment

This commit is contained in:
Jeremy Wu 2023-08-23 08:37:43 +10:00
parent 9dacfb145a
commit 29aefee390
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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;