mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 12:19:19 +02:00
backslash/slash fixes, again
This commit is contained in:
@@ -479,7 +479,6 @@ void TPythonScreens::update()
|
||||
void TPythonScreens::setLookupPath(std::string const &path)
|
||||
{
|
||||
_lookupPath = path;
|
||||
std::replace(_lookupPath.begin(), _lookupPath.end(), '\\', '/');
|
||||
}
|
||||
|
||||
TPythonScreens::TPythonScreens()
|
||||
@@ -591,4 +590,4 @@ void TPythonScreens::_freeTrainState()
|
||||
Py_CLEAR(_trainState);
|
||||
_trainState = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user