Salome HOME
Porting Python 3
[modules/smesh.git] / src / Tools / Verima / Stats / job.py
index 6ee955236810656dc678ae7a8196d2b84b4e2018..68a8153ab545463590907dd98b151b51a27b0bf1 100644 (file)
@@ -18,7 +18,7 @@ class Job:
       
   def execute(self):
       home=os.environ['HOME']
-      commande=os.path.abspath(os.path.join(home,self.salomePath,"runAppli"))
+      commande=os.path.abspath(os.path.join(home,self.salomePath,"salome"))
       script= os.path.abspath(os.path.join(os.path.abspath(__file__),'../..',self.script)) 
 
       debut=time.time()