From 29b1d5f5a10c4fb78f952ab5fab4f06eb7d5c667 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 6 May 2013 09:15:54 +0000 Subject: [PATCH] make it work on my laptop --- contrib/onelab/python/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/onelab/python/test.py b/contrib/onelab/python/test.py index fdd671e46f..67853dab90 100755 --- a/contrib/onelab/python/test.py +++ b/contrib/onelab/python/test.py @@ -21,7 +21,7 @@ if OL.action == 'compute' : #OL.run('gmsh', 'gmsh ' + modelName + '.geo -2') #OL.mergeFile(modelName + '.msh') -OL.run('subclient', 'sub.py','') +OL.run('subclient', './sub.py','') #B = oc.defineNumber('Group/B', 0, min = -10, max = 10, step = 1) -- GitLab