From: crouzet Date: Wed, 30 Mar 2022 14:21:02 +0000 (+0200) Subject: spns #24248 : correction to avoid the use of .. in the paths written by sat X-Git-Tag: V9_9_0~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7932329a1614094b09525cd9d38048fbf658af8a;p=tools%2Fsat.git spns #24248 : correction to avoid the use of .. in the paths written by sat --- diff --git a/commands/package.py b/commands/package.py index 236ff65..f5655a8 100644 --- a/commands/package.py +++ b/commands/package.py @@ -1359,7 +1359,7 @@ def write_application_pyconf(config, application_tmp_dir): app.workdir = src.pyconf.Reference( app, src.pyconf.DOLLAR, - 'VARS.salometoolsway + $VARS.sep + ".."') + 'LOCAL.workdir') res.addMapping("APPLICATION", app, "") res.__save__(f, evaluated=False)