PY-28948 Scientific Project Starts Python Console with System Python

This commit is contained in:
Ekaterina Tuzova
2018-03-14 14:22:34 +03:00
parent 4c4692a20b
commit 64d48299c1
2 changed files with 6 additions and 0 deletions
@@ -79,6 +79,9 @@ public class PythonGenerateProjectCallback<T> extends AbstractNewProjectStep.Abs
}
}
}
if (generator instanceof PythonProjectGenerator) {
((PythonProjectGenerator)generator).afterProjectGenerated(newProject);
}
}
@Nullable
@@ -271,6 +271,9 @@ public abstract class PythonProjectGenerator<T extends PyNewProjectSettings> ext
return null;
}
public void afterProjectGenerated(@NotNull final Project project) {
}
/**
* @deprecated This method no longer has any effect. The standard interpreter chooser UI is always shown.
*/