mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix minor
This commit is contained in:
parent
b6a3d5c5fd
commit
7a3b124f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ public class IPythonInterpreter extends Interpreter implements ExecuteResultHand
|
|||
if (!freezeOutput.contains("grpcio=")) {
|
||||
return "grpcio is not installed";
|
||||
}
|
||||
LOGGER.info("IPython prerequisite is meet");
|
||||
LOGGER.info("IPython prerequisite is met");
|
||||
} catch (Exception e) {
|
||||
LOGGER.warn("Fail to checkIPythonPrerequisite", e);
|
||||
return "Fail to checkIPythonPrerequisite: " + ExceptionUtils.getStackTrace(e);
|
||||
|
|
|
|||
Loading…
Reference in a new issue