mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Reduce PythonSdkType.activateVirtualEnv(String) usages (EA-209936)
Use `PythonSdkType.activateVirtualEnv(Sdk)` instead with caching. GitOrigin-RevId: 175afc2b52a4f50f4e63c3f33a2f89aab85ffd39
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4a9e8ed499
commit
9dcbfb78fd
@@ -165,7 +165,7 @@ public class SphinxBaseCommand {
|
||||
|
||||
PythonCommandLineState.initPythonPath(cmd, true, pathList, sdkHomePath);
|
||||
|
||||
PythonSdkType.patchCommandLineForVirtualenv(cmd, sdkHomePath, true);
|
||||
PythonSdkType.patchCommandLineForVirtualenv(cmd, sdk);
|
||||
BuildoutFacet facet = BuildoutFacet.getInstance(module);
|
||||
if (facet != null) {
|
||||
facet.patchCommandLineForBuildout(cmd);
|
||||
|
||||
Reference in New Issue
Block a user