+ fix exeptions
This commit is contained in:
@@ -145,7 +145,8 @@ class Gui:
|
|||||||
except:
|
except:
|
||||||
logging.error(
|
logging.error(
|
||||||
('Failed to create Image with values = ' + str(values)))
|
('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-']:
|
elif values['-JAVA FOLDER-']:
|
||||||
logging.error('No Output')
|
logging.error('No Output')
|
||||||
|
|||||||
Reference in New Issue
Block a user