Skip to content

Fix `pv.CatalystLiveSetBreakpoint` with Windows/Python3.

The import cpstate was failing. Needed to properly specify the module path i.e. from paraview import cpstate.

Merge request reports