Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
895cda35
Commit
895cda35
authored
Dec 29, 2010
by
florent
Browse files
Rename error
* src/dynamic-graph-py.cc: dynamic_graph.wrap.error -> dynamic_graph.error.
parent
22bf9b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic-graph-py.cc
View file @
895cda35
...
...
@@ -162,7 +162,7 @@ initwrap(void)
if
(
m
==
NULL
)
return
;
std
::
string
msg
(
"dynamic_graph.
wrap.
error"
);
std
::
string
msg
(
"dynamic_graph.error"
);
dynamicgraph
::
python
::
error
=
PyErr_NewException
(
const_cast
<
char
*>
(
msg
.
c_str
()),
NULL
,
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment