From 03bff02fdf30cc2de5949f96451be5059564bd19 Mon Sep 17 00:00:00 2001 From: oleting Date: Sat, 26 Dec 2020 18:02:06 +0100 Subject: [PATCH] + fix exeptions --- gui/gui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/gui.py b/gui/gui.py index 4f803b4..2c845b9 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -145,7 +145,8 @@ class Gui: except: logging.error( ('Failed to create Image with values = ' + str(values))) - sg.popup_error(('Failed to create an image: ')) + sg.popup_error(('Failed to create an image. ')) + raise elif values['-JAVA FOLDER-']: logging.error('No Output')