mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Python: separate api and impl in ExecService
GitOrigin-RevId: b390c2c626fe14fc576da34de5b6ecd360bf6fd5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ad39be4f1a
commit
924a192984
@@ -60,7 +60,7 @@ class HatchRuntime(
|
||||
}
|
||||
|
||||
internal suspend fun <T> executeInteractive(vararg arguments: String, processSemiInteractiveFun: ProcessSemiInteractiveFun<T>): Result<T, ExecError> {
|
||||
return execService.executeInteractive(hatchBinary, arguments.toList(), execOptions, ProcessSemiInteractiveHandler(processSemiInteractiveFun))
|
||||
return execService.executeInteractive(hatchBinary, arguments.toList(), execOptions, processSemiInteractiveHandler(processSemiInteractiveFun))
|
||||
}
|
||||
|
||||
internal suspend fun resolvePythonVirtualEnvironment(pythonHomePath: PythonHomePath): PyResult<PythonVirtualEnvironment> {
|
||||
|
||||
Reference in New Issue
Block a user