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