X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2Fappliskel%2Fsalome_starter.py;h=737b4c15d1a837bdeca62fa4d9da9634499ee4a4;hb=df2f3847c7cecf6d51055cb5872105121a15bcb2;hp=97f355e6bb3717aee25285aef382ec67cf42990a;hpb=1d633fa1c13b169da8b4f8a5cfad4587bf586b0b;p=modules%2Fkernel.git diff --git a/bin/appliskel/salome_starter.py b/bin/appliskel/salome_starter.py index 97f355e6b..737b4c15d 100644 --- a/bin/appliskel/salome_starter.py +++ b/bin/appliskel/salome_starter.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2014-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2014-2017 CEA/DEN, EDF R&D, 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 +54,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)