mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
fixup! Feature trainer: add doc and annotation to simplify refactoring Please enter the commit message for your changes.
GitOrigin-RevId: edcd2f82c56be5b081f928dfc36462cc22f27a7b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ba4138d35c
commit
6588c8163a
@@ -66,7 +66,6 @@ abstract class PythonBasedLangSupport : AbstractLangSupport() {
|
||||
val existingSdks = getExistingSdks()
|
||||
return applyBaseSdk(project, selectedSdk, existingSdks, module)
|
||||
}
|
||||
return selectedSdk
|
||||
if (project.pythonSdk != null) return null // sdk already configured
|
||||
|
||||
// Run in parallel, because we can not wait for SDK here
|
||||
|
||||
Reference in New Issue
Block a user