From: LUCIE BERTHON Date: Mon, 10 Sep 2018 10:13:23 +0000 (+0200) Subject: la fonction run marche et lance bien MAP X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f65377da291668b31ea097e46c84b7098e7a6419;p=tools%2Feficas.git la fonction run marche et lance bien MAP --- diff --git a/MapIdentification/mesScripts_MAPIDENTIFICATION.py b/MapIdentification/mesScripts_MAPIDENTIFICATION.py index ac116032..c39f5d81 100644 --- a/MapIdentification/mesScripts_MAPIDENTIFICATION.py +++ b/MapIdentification/mesScripts_MAPIDENTIFICATION.py @@ -189,6 +189,8 @@ def run(listeParam): print "on rentre dans run" command_file=listeParam[0].fichier command_file = comm2MAPinput(command_file) + + os.chdir(os.getenv('OLDPWD')) command = "map -r sappli run -n c_solver_constitutive_law_0d -i " + command_file print(command) os.system(command)