Corrected the version info included in error messages. eric7

Wed, 23 Jun 2021 17:23:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 23 Jun 2021 17:23:44 +0200
branch
eric7
changeset 8438
639e7e8fde84
parent 8437
3408f5174e2f
child 8439
982a9383c57a

Corrected the version info included in error messages.

eric7/Utilities/__init__.py file | annotate | diff | comparison | revisions
--- a/eric7/Utilities/__init__.py	Tue Jun 22 19:05:18 2021 +0200
+++ b/eric7/Utilities/__init__.py	Wed Jun 23 17:23:44 2021 +0200
@@ -1870,7 +1870,7 @@
             QtWebEngine.PYQT_WEBENGINE_VERSION_STR))
     except (ImportError, AttributeError):
         info.append("  PyQt6-WebEngine not installed")
-    info.append("  QScintilla {0}".format(QSCINTILLA_VERSION_STR))
+    info.append("  PyQt6-QScintilla {0}".format(QSCINTILLA_VERSION_STR))
     info.append("  sip {0}".format(sip_version_str))
     with contextlib.suppress(ImportError):
         from PyQt6 import QtWebEngineWidgets    # __IGNORE_WARNING__

eric ide

mercurial