Files
create/src/Mod/PartDesign
Chris Hennes 40c99417bd [PD] Catch Python exceptions in dtors (Coverity)
In some PartDesign task dialogs, the destructors call functions that may
throw exceptions. If that occurs and the exception is uncaught, this
will ususally end up terminating the program. This commit adds try-catch
blocks around each instance of that (identified by Coverity) and handles
the Python exception in the normal reporting workflow.
2021-02-08 21:30:22 +01:00
..
2021-02-06 08:22:37 +01:00
2020-11-12 17:41:53 +01:00
2019-02-11 16:22:13 +01:00