eric7/eric7.py

branch
eric7
changeset 8351
7d13e08ddb3f
parent 8318
962bce857696
child 8352
879dc528461f
--- a/eric7/eric7.py	Fri May 21 20:14:48 2021 +0200
+++ b/eric7/eric7.py	Sat May 22 11:14:43 2021 +0200
@@ -44,7 +44,7 @@
     sys.exit(100)
 
 with contextlib.suppress(ImportError):
-    from PyQt6 import QtWebEngineWidgets    # __IGNORE_WARNING__
+    from PyQt6 import QtWebEngineWidgets    # __IGNORE_WARNING__ __IGNORE_EXCEPTION__
 
 # some global variables needed to start the application
 args = None

eric ide

mercurial