fix CID 154894
This commit is contained in:
parent
a68c204bb0
commit
4f7752419c
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
#include "PreCompiled.h"
|
||||||
#ifndef _PreComp_
|
#ifndef _PreComp_
|
||||||
# include <Python.h>
|
# include <Python.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <CXX/Extensions.hxx>
|
#include <CXX/Extensions.hxx>
|
||||||
|
@ -260,7 +260,6 @@ private:
|
||||||
catch (const Base::Exception& e) {
|
catch (const Base::Exception& e) {
|
||||||
throw Py::RuntimeError(e.what());
|
throw Py::RuntimeError(e.what());
|
||||||
}
|
}
|
||||||
return Py::None();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user