fix CID 154894

This commit is contained in:
wmayer 2016-12-18 11:37:39 +01:00
parent a68c204bb0
commit 4f7752419c

View File

@ -260,7 +260,6 @@ private:
catch (const Base::Exception& e) {
throw Py::RuntimeError(e.what());
}
return Py::None();
}
};