Report Jython errors to user - addresses #694
- may need to work on the format a bit more
This commit is contained in:
parent
975c6c85dc
commit
ca09ae6f90
@ -128,7 +128,7 @@ public class JythonEvaluable implements Evaluable {
|
||||
|
||||
return unwrap(result);
|
||||
} catch (PyException e) {
|
||||
return new EvalError(e.getMessage());
|
||||
return new EvalError(e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user