From 42f64a6e5e1797c0ef85fa0c33753c88013fed3b Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 31 Jul 2017 09:36:00 +0200 Subject: [PATCH] correction bug sat test --- src/test_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_module.py b/src/test_module.py index 7dd8378..d759395 100644 --- a/src/test_module.py +++ b/src/test_module.py @@ -532,7 +532,7 @@ class Test: # Case where SALOME has the launcher that uses the SalomeContext API else: - launcher_name = src.get_launcher_name(config) + launcher_name = src.get_launcher_name(self.config) binSalome = os.path.join(self.config.APPLICATION.workdir, launcher_name) -- 2.39.2