mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[python, ds] remove python.remoteInterpreter -> intellij.python (prof) dependency.
DS doesn't have prof, but should support SSH and WSL GitOrigin-RevId: 3c0759d64bdd8ce41e939864659177f9ff6cec12
This commit is contained in:
committed by
intellij-monorepo-bot
parent
05bcab09f1
commit
743936d654
@@ -348,7 +348,7 @@ public abstract class PySkeletonGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
protected static void sendLineToProcessInput(@NotNull BaseProcessHandler<?> handler, @NotNull String line) throws ExecutionException {
|
||||
public static void sendLineToProcessInput(@NotNull BaseProcessHandler<?> handler, @NotNull String line) throws ExecutionException {
|
||||
final OutputStream input = handler.getProcessInput();
|
||||
try {
|
||||
sendLineToStream(input, line);
|
||||
|
||||
Reference in New Issue
Block a user