From: crouzet Date: Fri, 1 Dec 2017 07:48:13 +0000 (+0100) Subject: print the install dir for already installed products X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=58e1ba197ec532710865787958ace6e81c17ceb6;p=tools%2Fsat.git print the install dir for already installed products --- diff --git a/commands/compile.py b/commands/compile.py index 5f15b83..13efc26 100644 --- a/commands/compile.py +++ b/commands/compile.py @@ -338,7 +338,7 @@ def compile_all_products(sat, config, options, products_infos, logger): # Check if it was already successfully installed if src.product.check_installation(p_info): - logger.write(_("Already installed\n")) + logger.write(_("Already installed in %s\n" % p_info.install_dir)) continue # If the show option was called, do not launch the compilation