mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add argument name to IPluginRequirement::check().
This commit is contained in:
@@ -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"))
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user