Skip to content
Closed
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ private void changePythonEnvironment(String envName)

private void restartPythonProcess() {
PythonInterpreter python = getPythonInterpreter();
logger.info("-----------> " + python);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logger.debug can be more appropriate.

python.close();
python.open();
}
Expand Down

This file was deleted.

Loading