FreeCAD: master 69268ce7

Author Committer Branch Timestamp Parent
realthunder wmayer master 2019-08-27 12:19:51 master 31273bc1
Changeset Base: fix pyCall() exception

This function is wildly used in FeaturePython and
ViewProviderPythonFeature, which explicitly catches Py::Exception, not
Base::Exception. So pyCall() should throw Py::Exception, too.
mod - src/Base/Interpreter.h Diff File