Skip to content

Commit 29aefee

Browse files
committed
remove irrelevant comment
1 parent 9dacfb1 commit 29aefee

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Flow.Launcher.Core/Plugin/PythonPlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public PythonPlugin(string filename)
2323
RedirectStandardError = true,
2424
};
2525

26-
// temp fix for issue #667
2726
var path = Path.Combine(Constant.ProgramDirectory, JsonRPC);
2827
_startInfo.EnvironmentVariables["PYTHONPATH"] = path;
2928

Flow.Launcher.Core/Plugin/PythonPluginV2.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public PythonPluginV2(string filename)
3535
RedirectStandardInput = true
3636
};
3737

38-
// temp fix for issue #667
3938
var path = Path.Combine(Constant.ProgramDirectory, JsonRpc);
4039
StartInfo.EnvironmentVariables["PYTHONPATH"] = path;
4140

0 commit comments

Comments
 (0)