From fe407ce634210b1c68c0ecd88cf30deef934f6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20=20AKLI?= <pr1temps@live.fr> Date: Fri, 14 May 2021 17:53:04 +0000 Subject: [PATCH] Update controleur.py --- pyAmakIHM/classes/controleur.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyAmakIHM/classes/controleur.py b/pyAmakIHM/classes/controleur.py index 1e10fea..942d483 100644 --- a/pyAmakIHM/classes/controleur.py +++ b/pyAmakIHM/classes/controleur.py @@ -257,7 +257,6 @@ class Controleur: Messages you want to show in the console You can let a string empty, but not the both """ - def errorDisplay(self,typeError : str, message : str)-> None: self.__fenetre.errorDisplay(typeError, message) -- GitLab