mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix for subsystem python module
This commit is contained in:
@ -191,7 +191,7 @@ namespace NSDoctRenderer
|
|||||||
m_strSdkPath = oNode.ReadNodeText(L"sdkjs");
|
m_strSdkPath = oNode.ReadNodeText(L"sdkjs");
|
||||||
if (!m_strSdkPath.empty())
|
if (!m_strSdkPath.empty())
|
||||||
{
|
{
|
||||||
if (!NSDirectory::Exists(m_strSdkPath))
|
if (0 == m_strSdkPath.find(L"./") || !NSDirectory::Exists(m_strSdkPath))
|
||||||
m_strSdkPath = sConfigDir + m_strSdkPath;
|
m_strSdkPath = sConfigDir + m_strSdkPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user