From 457167fd00275f9250adc6f2d03ec7a2c731b692 Mon Sep 17 00:00:00 2001 From: crouzet Date: Wed, 5 Jul 2017 14:00:31 +0200 Subject: [PATCH] correction bug utilisation variable obsolete USER.workdir --- commands/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2