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

Update fenetre.py

parent fe407ce6
Branches main
No related tags found
No related merge requests found
......@@ -279,6 +279,9 @@ class Fenetre :
def display(self) -> None:
self.get_root().mainloop()
"""
Displaying logs on the screen
"""
def errorDisplay(self,typeError : str, message : str) -> None:
if ((typeError != "") and (message != "")) :
self.__panelLogs.displayLog(typeError+" : "+message, self.__panelLogs.getText())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment