From 73a24050a4bf149d1235986cfac88f6c829b0fc1 Mon Sep 17 00:00:00 2001 From: Francois Henrotte <francois.henrotte@ulg.ac.be> Date: Tue, 16 Dec 2014 14:19:08 +0000 Subject: [PATCH] use the new path checking syntax --- utils/solvers/python/pend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/solvers/python/pend.py b/utils/solvers/python/pend.py index 246d38ac45..b4d5ba2c0f 100755 --- a/utils/solvers/python/pend.py +++ b/utils/solvers/python/pend.py @@ -7,7 +7,7 @@ import onelab import math, os -c = onelab.client() +c = onelab.client(__file__) def exportMsh(le1,le2): mshFile = open(c.cpath("pend.msh"),'w') -- GitLab