From: azv Date: Thu, 5 May 2016 14:40:06 +0000 (+0300) Subject: Set relative path to store document in test Platine X-Git-Tag: V_2.3.0~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=040765873af2ab790411bec60d2f5f27c9ba43de;p=modules%2Fshaper.git Set relative path to store document in test Platine --- diff --git a/src/PythonAPI/examples/Platine.py b/src/PythonAPI/examples/Platine.py index f037cece4..e5b3cb50d 100644 --- a/src/PythonAPI/examples/Platine.py +++ b/src/PythonAPI/examples/Platine.py @@ -203,7 +203,7 @@ model.do() # START DEBUG PURPOSES # prepare a study without last operation to trap floating problem with degenerated line results = ModelAPI.StringList() -ModelAPI.ModelAPI_Session.get().save("/misc/dn48/newgem/azv/testPlatine", results) +ModelAPI.ModelAPI_Session.get().save("Data", results) # END DEBUG PURPOSES b4 = body_4()