Skip to content
Snippets Groups Projects
Commit 7e5e1ce4 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Catch exceptions in getValue of signal-base-py.cc

    Throwing an exception in the C/Python API makes the python interpreter
    terminate. The correct way is to catch C++ exception and to raise python
    errors with the same message.
parent 8fc08b88
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment