src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 10928
46651e194fbe
parent 10766
d35d6f96c24b
child 10930
5a883e68aa35
diff -r ce599998be7d -r 46651e194fbe src/eric7/Debugger/DebuggerInterfacePython.py
--- a/src/eric7/Debugger/DebuggerInterfacePython.py	Thu Sep 26 09:48:49 2024 +0200
+++ b/src/eric7/Debugger/DebuggerInterfacePython.py	Thu Sep 26 15:49:36 2024 +0200
@@ -18,7 +18,7 @@
 
 from PyQt6.QtCore import QObject, QProcess, QProcessEnvironment, QTimer, pyqtSlot
 
-from eric7 import Preferences, Utilities
+from eric7 import EricUtilities, Preferences, Utilities
 from eric7.EricWidgets import EricMessageBox
 from eric7.EricWidgets.EricApplication import ericApp
 from eric7.Globals import getConfig
@@ -1662,7 +1662,7 @@
                     """ eric bugs email address.</p>"""
                     """<p>Error: {0}</p>"""
                     """<p>Data:<br/>{1}</p>"""
-                ).format(str(err), Utilities.html_encode(jsonStr.strip())),
+                ).format(str(err), EricUtilities.html_encode(jsonStr.strip())),
                 EricMessageBox.Ok,
             )
             return

eric ide

mercurial