Salome HOME
correction bug sat test
authorcrouzet <nicolas.crouzet@cea.fr>
Mon, 31 Jul 2017 07:36:00 +0000 (09:36 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Mon, 31 Jul 2017 07:36:00 +0000 (09:36 +0200)
src/test_module.py

index 7dd8378e1a529831888fb96fe84c38be24fce4aa..d7593959a8cce42e6f9ce7e42f54231f366fa1d6 100644 (file)
@@ -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)