+ fix wrong named Class

This commit is contained in:
oleting
2020-12-26 16:08:06 +01:00
parent a285a443cc
commit c84824f43b

View File

@@ -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: