Skip to content

Return from python runsimplestring

This branch adds an integer return value to vtkPythonInterpreter::RunSimpleString(), which is obtained from the internal call to Py_RunSimpleString(). That return value is 0 for success or -1 if a python exception was raised.

Merge request reports