From a35ed6c7961392b15c6b335858b45e118d0981d8 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 6 May 2016 18:06:21 +0300 Subject: [PATCH] Remove temporary debug-save of file in unit test script --- src/PythonAPI/examples/Platine.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/PythonAPI/examples/Platine.py b/src/PythonAPI/examples/Platine.py index 9ff45cca5..bb22d2882 100644 --- a/src/PythonAPI/examples/Platine.py +++ b/src/PythonAPI/examples/Platine.py @@ -207,12 +207,12 @@ model.do() # START DEBUG PURPOSES # prepare a study without last operation to trap floating problem with degenerated line -aPathToStore = os.path.join(os.getcwd(), "Data") -print aPathToStore -if not os.path.exists(aPathToStore): - os.mkdir(aPathToStore) -results = ModelAPI.StringList() -ModelAPI.ModelAPI_Session.get().save(aPathToStore, results) +#aPathToStore = os.path.join(os.getcwd(), "Data") +#print aPathToStore +#if not os.path.exists(aPathToStore): +# os.mkdir(aPathToStore) +#results = ModelAPI.StringList() +#ModelAPI.ModelAPI_Session.get().save(aPathToStore, results) # END DEBUG PURPOSES b4 = body_4() -- 2.39.2