Commit 1fba9ee
authored
[Sofa.Core.Binding] Remove suprious exception handler in Binding_DataEngine (#202)
* [Sofa.Core.Binding] Remove suprious exception handler in Binding_DataEngine.cpp
The current exception handler in the DataEngine binding is misleading as it
convert every exceptions into one saying:
"The DataEngine requires an update method with no parameter and no return type"
which is wrong. It is better to let the original exception propagate.
* [SofaPython] Fix Typo1 parent 8a543d7 commit 1fba9ee
File tree
2 files changed
+6
-8
lines changed- Plugin/src/SofaPython3
- bindings/Sofa/src/SofaPython3/Sofa/Core
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| |||
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 65 | + | |
| 66 | + | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
0 commit comments