diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/eric6.py --- a/eric6/eric6.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/eric6.py Tue Oct 06 17:52:44 2020 +0200 @@ -417,7 +417,7 @@ # start the event loop inMainLoop = True - res = app.exec_() + res = app.exec() logging.debug("Shutting down, result %d", res) logging.shutdown() sys.exit(res)