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