eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 8322
b422b4e77d19
parent 8318
962bce857696
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8319:ea11a3948f40 8322:b422b4e77d19
1352 """ this issue with the received data to the""" 1352 """ this issue with the received data to the"""
1353 """ eric bugs email address.</p>""" 1353 """ eric bugs email address.</p>"""
1354 """<p>Error: {0}</p>""" 1354 """<p>Error: {0}</p>"""
1355 """<p>Data:<br/>{1}</p>""").format( 1355 """<p>Data:<br/>{1}</p>""").format(
1356 str(err), Utilities.html_encode(jsonStr.strip())), 1356 str(err), Utilities.html_encode(jsonStr.strip())),
1357 E5MessageBox.StandardButtons( 1357 E5MessageBox.Ok)
1358 E5MessageBox.Ok))
1359 return 1358 return
1360 1359
1361 method = commandDict["method"] 1360 method = commandDict["method"]
1362 params = commandDict["params"] 1361 params = commandDict["params"]
1363 1362

eric ide

mercurial