+ more warnings shown in GUI

This commit is contained in:
oleting
2020-12-27 19:57:48 +01:00
parent 6bc6e63fd8
commit d95d36f002

View File

@@ -163,8 +163,13 @@ class Gui:
sg.popup_annoying('Successful created!', title='Created', sg.popup_annoying('Successful created!', title='Created',
auto_close_duration=2, auto_close=True, text_color='green') auto_close_duration=2, auto_close=True, text_color='green')
window['-OUTPUT FILE LIST-'].update(fnames) window['-OUTPUT FILE LIST-'].update(fnames)
else: elif proceed == 'No':
pass pass
else:
logging.warning('You did not made a decision! Try again!')
sg.popup_annoying('You did not made a decision! Try again!', title='FAIL',
auto_close_duration=2, auto_close=True, text_color='orange')
except JavaSyntaxError as JsE: except JavaSyntaxError as JsE:
logging.error( logging.error(
('||SyntaxError in Java File|| Failed to create Image with values = ' + str(values))) ('||SyntaxError in Java File|| Failed to create Image with values = ' + str(values)))