From c84824f43b9d5930802b5f9b1a5abe12698274ec Mon Sep 17 00:00:00 2001 From: oleting Date: Sat, 26 Dec 2020 16:08:06 +0100 Subject: [PATCH] + fix wrong named Class --- gui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.py b/gui/gui.py index 34ac39f..3879c86 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -136,7 +136,7 @@ class gui: except JavaSyntaxError as JsE: logging.error(('||SyntaxError in Java File||Failed to create Image with values = ' + str(values))) sg.popup_error((str(JsE))) - except ScopeNotFoundExeption as SnFe: + except ScopeNotFoundException as SnFe: logging.error(('||ScopeNotFoundExeption||Failed to create Image with values = ' + str(values))) sg.popup_error((str(SnFe))) except: