eric6/eric6.py

changeset 7759
51aa6c6b66f7
parent 7729
f2f7b7b24879
child 7785
9978016560ec
--- 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)

eric ide

mercurial