From d682209c70f4857f526436f110b0c1d8faa0f6f3 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Wed, 29 Sep 2021 09:32:14 +0200 Subject: [PATCH] big mineur --- InterfaceQT4/monWidgetMatrice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InterfaceQT4/monWidgetMatrice.py b/InterfaceQT4/monWidgetMatrice.py index 352459ce..cb5921e1 100644 --- a/InterfaceQT4/monWidgetMatrice.py +++ b/InterfaceQT4/monWidgetMatrice.py @@ -97,7 +97,7 @@ class MonWidgetMatrice (Ui_desWidgetMatrice,Feuille): try: MonWidgetMatrice.__dict__[self.monType.methodeCalculTaille](*(self,)) except : - QMessageBox.critical( self, tr("Mauvaise execution "),tr( "impossible d executer la methode ") + monType.methodeCalculTaille ) + QMessageBox.critical( self, tr("Mauvaise execution "),tr( "impossible d executer la methode ") + self.monType.methodeCalculTaille ) return else : self.nbLigs=self.monType.nbLigs -- 2.30.2