Skip to content

Guarding the InvokeEvent call in open() in protocols.py

Chet Nieter requested to merge chet.nieter/paraview:invoke-event-guard into master

A bug was discovered when trying to start pvw-visualizer.py while loading a file. The method responsible for opening the file was trying to call getApplication() before the paraview application was ready. A guard was added to that call to insure that the application exists before making the call.

Merge request reports