updates for jep implementation on windows
This commit is contained in:
parent
a43e3bfe19
commit
e7d3052a88
1 changed files with 6 additions and 1 deletions
|
@ -115,7 +115,12 @@ public class TextWsPythonScript {
|
|||
|
||||
public void dispose() {
|
||||
if (jep != null) {
|
||||
jep.close();
|
||||
try {
|
||||
jep.close();
|
||||
} catch (JepException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
jep = null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue