+ fix wrong named Class
This commit is contained in:
@@ -136,7 +136,7 @@ class gui:
|
|||||||
except JavaSyntaxError as JsE:
|
except JavaSyntaxError as JsE:
|
||||||
logging.error(('||SyntaxError in Java File||Failed to create Image with values = ' + str(values)))
|
logging.error(('||SyntaxError in Java File||Failed to create Image with values = ' + str(values)))
|
||||||
sg.popup_error((str(JsE)))
|
sg.popup_error((str(JsE)))
|
||||||
except ScopeNotFoundExeption as SnFe:
|
except ScopeNotFoundException as SnFe:
|
||||||
logging.error(('||ScopeNotFoundExeption||Failed to create Image with values = ' + str(values)))
|
logging.error(('||ScopeNotFoundExeption||Failed to create Image with values = ' + str(values)))
|
||||||
sg.popup_error((str(SnFe)))
|
sg.popup_error((str(SnFe)))
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user