Skip to content

vtkMatplotlibMathTextUtilities: properly print the traceback

Previously, the useless <traceback 0xdeadbeef> would be printed. Instead, extract the stacktrace using the traceback module and print that instead.


Cc: @dgobbi @cory.quammen
Backport: release

Merge request reports