Salome HOME
correction bug utilisation variable obsolete USER.workdir 5.0.0b1 V8_3_0
authorcrouzet <nicolas.crouzet@cea.fr>
Wed, 5 Jul 2017 12:00:31 +0000 (14:00 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Wed, 5 Jul 2017 12:00:31 +0000 (14:00 +0200)
commands/package.py

index af8148e63777b6ac70f53586c852eec500004d45..ab4051ee73b3a9a938ade611eb9e23e83d915820 100644 (file)
@@ -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: