mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
- bugfix: elevation dialog didn't offer a "yes" option
- bugfix: python plugins crashed the application when trying to create a nexus bridge - bugfix: python plugins couldn't register for failed requests correctly
This commit is contained in:
@@ -46,8 +46,9 @@ private:
|
||||
};
|
||||
|
||||
|
||||
IPythonRunner *CreatePythonRunner(const MOBase::IOrganizer *moInfo, const QString &pythonDir)
|
||||
IPythonRunner *CreatePythonRunner(MOBase::IOrganizer *moInfo, const QString &pythonDir)
|
||||
{
|
||||
s_Organizer = moInfo;
|
||||
PythonRunner *result = new PythonRunner(moInfo);
|
||||
if (result->initPython(pythonDir)) {
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user