From: mpv Date: Fri, 6 May 2016 15:06:21 +0000 (+0300) Subject: Remove temporary debug-save of file in unit test script X-Git-Tag: V_2.3.0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a35ed6c7961392b15c6b335858b45e118d0981d8;p=modules%2Fshaper.git Remove temporary debug-save of file in unit test script --- 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()