mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added detected sdks to create virtual env
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ public class PyConfigurableInterpreterList {
|
||||
}
|
||||
|
||||
for (String sdkHome : SdkConfigurationUtil.filterExistingPaths(PythonSdkType.getInstance(), sdkHomes, getModel().getSdks())) {
|
||||
result.add(new PyDetectedSdk(sdkHome, PythonSdkType.getInstance()));
|
||||
result.add(new PyDetectedSdk(sdkHome));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user