From 040765873af2ab790411bec60d2f5f27c9ba43de Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 5 May 2016 17:40:06 +0300 Subject: [PATCH] Set relative path to store document in test Platine --- src/PythonAPI/examples/Platine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2