From d6dff5d9bc1753340ef165fcbc785bfc5d495501 Mon Sep 17 00:00:00 2001 From: bri Date: Mon, 10 Feb 2014 18:21:27 +0400 Subject: [PATCH] removing the directory of scenario after checkin --- 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 dd90295..336a68b 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 -r " + aTmpDir + "/SimanSalome/").c_str()); + system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str()); //Delete objects delete aPutFileRequest; -- 2.39.2