From: Mathieu Westphal Date: Fri, 11 Jan 2019 15:08:16 +0000 (+0100) Subject: Correcting repository paths X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c951811b91ad98d78d8c61149f05d6fb3cd22f97;p=tools%2Fpvdeliv.git Correcting repository paths --- diff --git a/scripts/salome_config.py b/scripts/salome_config.py index e4a22f5..728d099 100644 --- a/scripts/salome_config.py +++ b/scripts/salome_config.py @@ -75,8 +75,8 @@ def initialize(config): else: config["paraviewLoc"] = (config["paraview_git_repo"],config["paraview_git_version"]) salome_git_repo = config["salome_git_repo"] - config["medcouplingLoc"] = (os.path.join(salome_git_repo,"tools","medcoupling.git"),config["medcoupling_version"]) - config["repoConfigLoc"] = (os.path.join(salome_git_repo,"tools","configuration.git"),config["repo_config_version"]) + config["medcouplingLoc"] = (os.path.join(salome_git_repo,"medcoupling.git"),config["medcoupling_version"]) + config["repoConfigLoc"] = (os.path.join(salome_git_repo,"configuration.git"),config["repo_config_version"]) config["paravisLoc"] = (os.path.join(salome_git_repo,"modules","paravis.git"),config["paravis_version"]) pass