better director error message formatting
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9686 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8dd64805b9
commit
8c989f8fe3
2 changed files with 2 additions and 2 deletions
|
|
@ -306,7 +306,7 @@ namespace Swig {
|
|||
class DirectorMethodException : public Swig::DirectorException {
|
||||
public:
|
||||
DirectorMethodException(const char* msg = "")
|
||||
: DirectorException(PyExc_RuntimeError, "Swig director method error", msg)
|
||||
: DirectorException(PyExc_RuntimeError, "Swig director method error.", msg)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue