eric6/eric6_browser.py

changeset 7759
51aa6c6b66f7
parent 7380
c99320e859ca
child 7781
607a6098cb44
--- a/eric6/eric6_browser.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/eric6_browser.py	Tue Oct 06 17:52:44 2020 +0200
@@ -64,7 +64,7 @@
             "eric6 Web Browser",
             "QtWebEngineWidgets is not installed but needed to execute the"
             " web browser."))
-        app.exec_()
+        app.exec()
     sys.exit(100)
 
 import Globals

eric ide

mercurial