Salome HOME
updated copyright message
[modules/kernel.git] / bin / appliskel / salome_starter.py
index 97f355e6bb3717aee25285aef382ec67cf42990a..95f5b18c80f4e81172f737e8aac13358a0e286aa 100644 (file)
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-
-# Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2014-2023  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -54,7 +52,7 @@ def initialize(launcherPath, launcherFile):
 
   if appliPath is None:
     print("ERROR: Unable to find application folder")
-    sys.exit(0)
+    sys.exit(1)
 
   appliPath = os.path.relpath(appliPath, homePath)
   absoluteAppliPath = os.path.join(homePath, appliPath)