small fix

This commit is contained in:
oleting
2020-12-27 20:46:38 +01:00
parent ac27f312d7
commit e14c3eb81c

View File

@@ -143,8 +143,7 @@ class Gui:
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)
elif proceed == 'No': elif proceed == 'No':
logging.error('test') logging.warning('There will be no image created.')
pass
else: else:
logging.warning( logging.warning(
'You did not made a decision! Try again!') 'You did not made a decision! Try again!')