diff -r bddd12f27a4c -r 0a2f0feac79d Debugger/DebuggerInterfacePython.py --- a/Debugger/DebuggerInterfacePython.py Sat Dec 15 16:21:38 2018 +0100 +++ b/Debugger/DebuggerInterfacePython.py Sat Dec 15 16:29:47 2018 +0100 @@ -978,7 +978,7 @@ """ this issue with the received data to the""" """ eric bugs email address.</p>""" """<p>Error: {0}</p>""" - """<p>Data:<br/>{0}</p>""").format( + """<p>Data:<br/>{1}</p>""").format( str(err), Utilities.html_encode(jsonStr.strip())), E5MessageBox.StandardButtons( E5MessageBox.Ok))