eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 8322
b422b4e77d19
parent 8318
962bce857696
child 8356
68ec9c3d4de5
--- a/eric7/Debugger/DebuggerInterfacePython.py	Mon May 17 19:58:15 2021 +0200
+++ b/eric7/Debugger/DebuggerInterfacePython.py	Tue May 18 18:19:47 2021 +0200
@@ -1354,8 +1354,7 @@
                         """<p>Error: {0}</p>"""
                         """<p>Data:<br/>{1}</p>""").format(
                     str(err), Utilities.html_encode(jsonStr.strip())),
-                E5MessageBox.StandardButtons(
-                    E5MessageBox.Ok))
+                E5MessageBox.Ok)
             return
         
         method = commandDict["method"]

eric ide

mercurial