From 240622565cd766352bb98d737fc280b046aa83fd Mon Sep 17 00:00:00 2001 From: Seth Riley <17361645+Qudix@users.noreply.github.com> Date: Fri, 6 Nov 2020 12:36:43 -0600 Subject: [PATCH] Fix merge --- src/runner/pythonrunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index baa9597..1e0bb8c 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -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());