We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1720aee commit 0b0f34bCopy full SHA for 0b0f34b
1 file changed
src/mobase/wrappers/basic_classes.cpp
@@ -223,7 +223,7 @@ namespace mo2::python {
223
})
224
.def("getByTitle", &IExecutablesList::getByTitle, "title"_a)
225
.def("getByBinary", &IExecutablesList::getByBinary, "info"_a)
226
- .def("titleExists", &IExecutablesList::contains, "title"_a);
+ .def("contains", &IExecutablesList::contains, "title"_a);
227
}
228
229
void add_modinterface_classes(py::module_ m)
0 commit comments