]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Attune getScriptsAndArgs() function:
authorvsr <vsr@opencascade.com>
Thu, 21 Nov 2013 15:28:38 +0000 (15:28 +0000)
committervsr <vsr@opencascade.com>
Thu, 21 Nov 2013 15:28:38 +0000 (15:28 +0000)
commitf2e13aef825d620f1d3e7f883c0c5b4045298fc1
treec5cb394ed249ed2c568106d71980f6c79dabe4a9
parent019375874601ab0ee7417485fb5c4f0bed9bc92f
Attune getScriptsAndArgs() function:
1) Python script passed as a parameter to runSalome not necessarily has .py extension; for instance SALOME non-regression grid includes scripts without extension (A0, A1, A2, etc...).
2) Python scripts passed as a parameter to runSalome can have execution permission but not specify execution interpreter (Python) in the header; so we have to explicitly call python <script> in this case (this is the case for unitary tests in GEOM, SMESH and probably other modules).
bin/salomeLauncherUtils.py