From: PASCALE NOYRET Date: Wed, 1 Jun 2022 10:11:00 +0000 (+0200) Subject: oubli push X-Git-Tag: merge_uncertainty_odysee_1210~67 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b2a5f92798be2355460b7992172dd8082beef5fb;p=tools%2Feficas.git oubli push --- diff --git a/InterfaceQT4/readercata.py b/InterfaceQT4/readercata.py index b6152a40..3bad4257 100644 --- a/InterfaceQT4/readercata.py +++ b/InterfaceQT4/readercata.py @@ -346,9 +346,8 @@ class ReaderCata (ReaderCataCommun): self.appliEficas.titre=self.titre self.QWParent.titre=self.titre - # incertitude ? - if hasattr(self.cata, 'avecIncertitude') and self.appliEficas.ssIhm == False: - self.appliEficas.ajoutUQ() + # incertitude --> change le convert + if hasattr(self.cata, 'avecIncertitude') : self.appliEficas.ajoutUQ() def importCata(self,cata): """ @@ -382,8 +381,8 @@ class ReaderCata (ReaderCataCommun): return o except Exception as e: self.QWParent.informe('catalog python', 'unable to load catalog file') - #import traceback - #traceback.print_exc() + import traceback + traceback.print_exc()