+ fix exeptions

This commit is contained in:
oleting
2020-12-26 18:02:06 +01:00
parent 34fea4bea8
commit 03bff02fdf

View File

@@ -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')