diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index b5cf1d2..e31ae20 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -286,7 +286,7 @@ BOOST_PYTHON_MODULE(mobase) .def("longDescription", &IPluginRequirement::Problem::longDescription); iPluginRequirementClass - .def("check", bpy::pure_virtual(&IPluginRequirement::check)) + .def("check", bpy::pure_virtual(&IPluginRequirement::check), bpy::arg("organizer")) ; }