mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix introduction to python course action availability
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ public class PyStudyIntroductionCourseAction extends AnAction {
|
||||
}
|
||||
final EduPluginConfigurator configurator = EduPluginConfigurator.INSTANCE.forLanguage(PythonLanguage.getInstance());
|
||||
final List<String> paths = configurator.getBundledCoursePaths();
|
||||
if (paths.isEmpty()) {
|
||||
if (!paths.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
Presentation presentation = e.getPresentation();
|
||||
|
||||
Reference in New Issue
Block a user