diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index b3e17b8..86cbdff 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -488,6 +488,7 @@ BOOST_PYTHON_MODULE(mobase) bool active = p->invalidationActive(&supported); return std::make_tuple(active, supported); }) + .def("iniFilePath", &IProfile::iniFilePath, bpy::arg("inifile")) ; bpy::class_("IModRepositoryBridge", bpy::no_init)