mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[ds] IJ-MR-177317 fix DataSpell conda setup
(cherry picked from commit d9d686c12d7198d578ab4f67d143ea8a8b30a63e) IJ-CR-181415 GitOrigin-RevId: 696bd2cf281d255c7b950f16d4200552bd4b1441
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dbc97d86e7
commit
8fadc8ff96
+2
-1
@@ -241,7 +241,8 @@ class PythonSdkConfigurator : DirectoryProjectConfigurator {
|
||||
if (sdkCreator == null) {
|
||||
return false
|
||||
}
|
||||
return sdkCreator(true).getOrLogException(thisLogger()) != null
|
||||
sdkCreator(true).getOrLogException(thisLogger())
|
||||
return true
|
||||
}
|
||||
|
||||
private suspend fun searchPreviousUsed(
|
||||
|
||||
Reference in New Issue
Block a user