Skip to content
Snippets Groups Projects
Commit fe407ce6 authored by Aurélie  AKLI's avatar Aurélie AKLI
Browse files

Update controleur.py

parent 1f638463
Branches
Tags
No related merge requests found
...@@ -257,7 +257,6 @@ class Controleur: ...@@ -257,7 +257,6 @@ class Controleur:
Messages you want to show in the console Messages you want to show in the console
You can let a string empty, but not the both You can let a string empty, but not the both
""" """
def errorDisplay(self,typeError : str, message : str)-> None: def errorDisplay(self,typeError : str, message : str)-> None:
self.__fenetre.errorDisplay(typeError, message) self.__fenetre.errorDisplay(typeError, message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment