From c951811b91ad98d78d8c61149f05d6fb3cd22f97 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Fri, 11 Jan 2019 16:08:16 +0100 Subject: [PATCH] Correcting repository paths --- scripts/salome_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2