X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Openturns_Study%2Fconfiguration_OPENTURNS_STUDY.py;h=e6e8d9eb30d75e98be1c01a016c5442675982f17;hb=cdd358f4041f957701ac10d86766a85baaef4f78;hp=7eab3837c7b0be9653f1ae7cad04dfdd28fbcf22;hpb=61f2a263b67981f299c496ce7ef8bccc3ac6e68b;p=tools%2Feficas.git diff --git a/Openturns_Study/configuration_OPENTURNS_STUDY.py b/Openturns_Study/configuration_OPENTURNS_STUDY.py index 7eab3837..e6e8d9eb 100644 --- a/Openturns_Study/configuration_OPENTURNS_STUDY.py +++ b/Openturns_Study/configuration_OPENTURNS_STUDY.py @@ -19,7 +19,7 @@ # # ====================================================================== """ - Ce module sert pour charger les paramètres de configuration d'EFICAS + Ce module sert pour charger les paramètres de configuration d'EFICAS """ # Modules Python import configuration @@ -38,8 +38,8 @@ class CONFIG(configuration.CONFIG_BASE): self.labels_user=['exec_acrobat', 'catalogues','savedir','path_doc','OpenTURNS_path'] self.labels_eficas=["OpenTURNS_path","rep_user","INSTALLDIR","path_doc","exec_acrobat"] self.labels_eficas=self.labels_eficas+["rep_cata","initialdir","savedir","catalogues"] - self.setValeurs() self.cataFile="catalogues_openturns.ini" + self.setValeurs() #--------------------------------------- def lecture_fichier_ini_standard(self):