From: Serge Rehbinder Date: Tue, 20 Sep 2016 14:15:19 +0000 (+0200) Subject: Do not try to produce a launcher if there is no profile X-Git-Tag: 5.0.0a1~109 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aa8368eb138a7311f397c7ddd189e64f89f62258;p=tools%2Fsat.git Do not try to produce a launcher if there is no profile --- diff --git a/commands/package.py b/commands/package.py index df1e5e6..dc39e77 100644 --- a/commands/package.py +++ b/commands/package.py @@ -265,7 +265,7 @@ def binary_package(config, logger, options, tmp_working_dir): launcher_name, binaries_dir_name) - d_products["launcher"] = (launcher_package, launcher_name) + d_products["launcher"] = (launcher_package, launcher_name) return d_products