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:
Elizaveta Shashkova
2022-12-04 23:25:44 +01:00
committed by intellij-monorepo-bot
parent cfe52a9e9c
commit ad5c77d39c

View File

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