Fix merge

This commit is contained in:
Seth Riley
2020-11-06 12:36:43 -06:00
parent ba7ba616ea
commit 240622565c
+1 -1
View File
@@ -1232,7 +1232,7 @@ void PythonRunner::initPath()
static QStringList paths = {
QCoreApplication::applicationDirPath() + "/dlls/pythoncore.zip",
QCoreApplication::applicationDirPath() + "/dlls/pythoncore",
m_MOInfo->pluginDataPath()
IOrganizer::getPluginDataPath()
};
Py_SetPath(paths.join(';').toStdWString().c_str());