mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add PYCATCH missed when rebasing
This commit is contained in:
@@ -252,7 +252,9 @@ IPluginGame::LoadOrderMechanism IPluginGameWrapper::loadOrderMechanism() const
|
||||
|
||||
IPluginGame::SortMechanism IPluginGameWrapper::sortMechanism() const
|
||||
{
|
||||
return this->get_override("sortMechanism")();
|
||||
try {
|
||||
return this->get_override("sortMechanism")();
|
||||
} PYCATCH;
|
||||
}
|
||||
|
||||
int IPluginGameWrapper::nexusModOrganizerID() const
|
||||
|
||||
Reference in New Issue
Block a user