From: crouzet Date: Wed, 5 Jul 2017 12:00:31 +0000 (+0200) Subject: correction bug utilisation variable obsolete USER.workdir X-Git-Tag: V8_3_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e465bd1d270e331b122542725f69a8f6fb517b81;p=tools%2Fsat.git correction bug utilisation variable obsolete USER.workdir --- diff --git a/commands/package.py b/commands/package.py index af8148e..ab4051e 100644 --- a/commands/package.py +++ b/commands/package.py @@ -1133,7 +1133,7 @@ def run(args, runner, logger): return 1 # The repository where to put the package if not Binary or Source - package_default_path = runner.cfg.USER.workdir + package_default_path = runner.cfg.LOCAL.workdir # if the package contains binaries or sources: if options.binaries or options.sources: