fix Coverity issues

This commit is contained in:
wmayer
2016-08-20 19:45:36 +02:00
parent d80c05e186
commit d39bd4906b
12 changed files with 111 additions and 122 deletions

View File

@@ -77,7 +77,7 @@ private:
throw Py::RuntimeError("No file extension");
throw Py::RuntimeError("Unknown file extension");
return Py::None();
//return Py::None();
}
Py::Object insert(const Py::Tuple& args)