diff --git a/gui/gui.py b/gui/gui.py index bae9f76..1e078d0 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -143,8 +143,7 @@ class Gui: auto_close_duration=2, auto_close=True, text_color='green') window['-OUTPUT FILE LIST-'].update(fnames) elif proceed == 'No': - logging.error('test') - pass + logging.warning('There will be no image created.') else: logging.warning( 'You did not made a decision! Try again!')