fix Coverity issues
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user