Skip to content

Guarding state file case in open() in protocols.py.

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

This is really an extension of !1166 (merged) since I missed an outstanding issue before the merge was done. A new guard of the self.getApplication() call in the open() methods in protocols.py was needed for the case that the file being opened is a state file.

Merge request reports