]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Artifact 10464 : Correct the 'launcher_name' field in APPLICATION.profile 5.0.0 V8_4_0
authorSPN Salome - CEA <support-salome@cea.fr>
Mon, 22 Jan 2018 15:25:22 +0000 (16:25 +0100)
committerSPN Salome - CEA <support-salome@cea.fr>
Mon, 22 Jan 2018 15:25:22 +0000 (16:25 +0100)
src/__init__.py

index e8a892834d0a95363276ffcb47b5554d0a3f162f..13e8a1817d64ecd5b78ccc997cf99b5f01b40539 100644 (file)
@@ -144,7 +144,7 @@ def get_launcher_name(config):
     :rtype: str
     '''
     check_config_has_application(config)
-    if 'profile' in config.APPLICATION and 'launcher_name=' in config.APPLICATION.profile:
+    if 'profile' in config.APPLICATION and 'launcher_name' in config.APPLICATION.profile:
         launcher_name = config.APPLICATION.profile.launcher_name
     else:
         launcher_name = 'salome'