Skip to content
Snippets Groups Projects
Commit 895cda35 authored by florent's avatar florent
Browse files

Rename error

       * src/dynamic-graph-py.cc: dynamic_graph.wrap.error ->
         dynamic_graph.error.
parent 22bf9b97
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ initwrap(void) ...@@ -162,7 +162,7 @@ initwrap(void)
if (m == NULL) if (m == NULL)
return; return;
std::string msg("dynamic_graph.wrap.error"); std::string msg("dynamic_graph.error");
dynamicgraph::python::error = dynamicgraph::python::error =
PyErr_NewException(const_cast<char*>(msg.c_str()), NULL, NULL); PyErr_NewException(const_cast<char*>(msg.c_str()), NULL, NULL);
......
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