From 82aa7f4840aca871cbfa3d8a50e13ea2b2ba601d Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Mon, 28 Nov 2011 10:24:11 +0000 Subject: [PATCH] Change in prefs.py.in was not commited in prefs.py --- Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py b/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py index c27dc3d1..50616278 100644 --- a/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py +++ b/Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py @@ -30,10 +30,9 @@ repIni=os.path.dirname(os.path.abspath(__file__)) initialdir=repIni # INSTALLDIR sert à localiser l'installation d'Eficas -INSTALLDIR=os.path.join(repIni,'..') +INSTALLDIR=os.path.abspath(os.path.join(repIni,'..')) sys.path.insert(0,INSTALLDIR) - # Codage des strings qui accepte les accents (en remplacement de 'ascii') # lang indique la langue utilisée pour les chaines d'aide : fr ou ang lang='fr' -- 2.39.2