From: Serge Rehbinder Date: Mon, 19 Sep 2016 10:30:57 +0000 (+0200) Subject: Add a base path in the site.pyconf file X-Git-Tag: 5.0.0a1~118 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4a225aa18e79223fee148359c44eb42d37b0f64e;p=tools%2Fsat.git Add a base path in the site.pyconf file --- diff --git a/data/site.pyconf b/data/site.pyconf index 078612c..099490c 100644 --- a/data/site.pyconf +++ b/data/site.pyconf @@ -3,7 +3,7 @@ SITE : { - #base : $USER.workdir + $VARS.sep + "BASE-FROM-SITE" + base : $USER.workdir + $VARS.sep + "BASE" test :{ tmp_dir_with_application : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + $APPLICATION.name + $VARS.sep + 'test' tmp_dir : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + 'test'