mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
PY-57706 Indentation is incorrect when "Emulate terminal in output console" is used
Signed-off-by: Elizaveta Shashkova <elizaveta.shashkova@jetbrains.com> (cherry picked from commit 21693ce14dd9f789676892394434125935a53852) IJ-MR-99644 GitOrigin-RevId: 889c3a723252f7375164eb9f0f2c06dc3391a7a2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cfe52a9e9c
commit
ad5c77d39c
@@ -341,7 +341,7 @@ public abstract class PythonCommandLineState extends CommandLineState {
|
||||
|
||||
List<String> interpreterParameters = getConfiguredInterpreterParameters();
|
||||
TargetedCommandLine targetedCommandLine =
|
||||
PythonScripts.buildTargetedCommandLine(realPythonExecution, targetEnvironment, sdk, interpreterParameters);
|
||||
PythonScripts.buildTargetedCommandLine(realPythonExecution, targetEnvironment, sdk, interpreterParameters, myRunWithPty);
|
||||
|
||||
// TODO [Targets API] `myConfig.isPassParentEnvs` must be handled (at least for the local case)
|
||||
ProcessHandler processHandler = doStartProcess(targetEnvironment, targetedCommandLine, progressIndicator);
|
||||
|
||||
Reference in New Issue
Block a user