976 self.tr("""<p>The response received from the debugger""" |
976 self.tr("""<p>The response received from the debugger""" |
977 """ backend could not be decoded. Please report""" |
977 """ backend could not be decoded. Please report""" |
978 """ this issue with the received data to the""" |
978 """ this issue with the received data to the""" |
979 """ eric bugs email address.</p>""" |
979 """ eric bugs email address.</p>""" |
980 """<p>Error: {0}</p>""" |
980 """<p>Error: {0}</p>""" |
981 """<p>Data:<br/>{0}</p>""").format( |
981 """<p>Data:<br/>{1}</p>""").format( |
982 str(err), Utilities.html_encode(jsonStr.strip())), |
982 str(err), Utilities.html_encode(jsonStr.strip())), |
983 E5MessageBox.StandardButtons( |
983 E5MessageBox.StandardButtons( |
984 E5MessageBox.Ok)) |
984 E5MessageBox.Ok)) |
985 return |
985 return |
986 |
986 |