fix python screens on linux

This commit is contained in:
milek7
2017-09-17 15:21:42 +02:00
parent 7f97532bba
commit 8fa81a1c12

View File

@@ -479,6 +479,7 @@ void TPythonScreens::update()
void TPythonScreens::setLookupPath(std::string const &path)
{
_lookupPath = path;
std::replace(_lookupPath.begin(), _lookupPath.end(), '\\', '/');
}
TPythonScreens::TPythonScreens()