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
Sebastian Schrader
Kea
Commits
7deb4955
Commit
7deb4955
authored
May 10, 2011
by
JINMEI Tatuya
Browse files
[trac905] missing return in a catch clause
parent
b916d130
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/python/wrapper_template.cc
View file @
7deb4955
...
...
@@ -104,6 +104,7 @@ int
const
string
ex_what
=
"Failed to construct @CPPCLASS@ object: "
+
string
(
ex
.
what
());
PyErr_SetString
(
po_IscException
,
ex_what
.
c_str
());
return
(
-
1
);
}
catch
(...)
{
PyErr_SetString
(
po_IscException
,
"Unexpected exception in constructing @CPPCLASS@"
);
...
...
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