mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add IProfile::iniFilePath().
This commit is contained in:
@@ -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, boost::noncopyable>("IModRepositoryBridge", bpy::no_init)
|
||||
|
||||
Reference in New Issue
Block a user