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

Update controleur.py

parent 8fdd6cc4
No related branches found
No related tags found
No related merge requests found
...@@ -251,5 +251,20 @@ class Controleur: ...@@ -251,5 +251,20 @@ class Controleur:
def updateClosing(self): def updateClosing(self):
self.__amas.exit_program() self.__amas.exit_program()
"""
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)
def logsDisplay(self, message : str) -> None:
self.__fenetre.logsDisplay()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment