From d56961445e6d803b4e99f7a366cbaf788db67b47 Mon Sep 17 00:00:00 2001 From: bri Date: Mon, 10 Feb 2014 18:28:42 +0400 Subject: [PATCH] commenting of temporary directory removing --- src/SimanIO_Link.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SimanIO_Link.cxx b/src/SimanIO_Link.cxx index 35edb6b..6542279 100644 --- a/src/SimanIO_Link.cxx +++ b/src/SimanIO_Link.cxx @@ -305,7 +305,7 @@ void SimanIO_Link::StoreConf(/*const*/ SimanIO_Configuration& theConf) aCheckInResponse = aStub->checkIn(aCheckInRequest); //Delete the directories - system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str()); +// system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str()); //Delete objects delete aPutFileRequest; -- 2.39.2