fix столбы конфигурация сапфор

v++
This commit is contained in:
2025-02-16 22:37:26 +03:00
parent 77179789f5
commit 9c0ed53d52
9 changed files with 42 additions and 42 deletions

View File

@@ -32,7 +32,7 @@ public:
File makeFileFile = File(makeFilePath, this->makefile_text);
String tests = userWorkspace + "/projects";
String testPath = tests + "/" + test_id;
Utils::CopyDirectory(testPath, workspace);
Utils::CopyDirectory_L(testPath, workspace);
}
virtual String getLaunchScriptText() {
String modules = userWorkspace + "/modules";