diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/Toolbox/Startup.py --- a/eric6/Toolbox/Startup.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/Toolbox/Startup.py Tue Oct 06 17:52:44 2020 +0200 @@ -283,7 +283,7 @@ eMsg = E5ErrorMessage.qtHandler() eMsg.setMinimumSize(600, 400) - return app.exec_() + return app.exec() # # eflag: noqa = M801