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):
"""
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()