RefactoringRope/JsonServer.py

branch
server_client_variant
changeset 208
df77c3a4976d
parent 203
c38750e1bafd
child 209
c1dce8630555
equal deleted inserted replaced
207:70d1ff142a66 208:df77c3a4976d
150 self.tr("""<p>The response received from the client""" 150 self.tr("""<p>The response received from the client"""
151 """ could not be decoded. Please report""" 151 """ could not be decoded. Please report"""
152 """ this issue with the received data to the""" 152 """ this issue with the received data to the"""
153 """ eric bugs email address.</p>""" 153 """ eric bugs email address.</p>"""
154 """<p>Error: {0}</p>""" 154 """<p>Error: {0}</p>"""
155 """<p>Data:<br/>{0}</p>""").format( 155 """<p>Data:<br/>{1}</p>""").format(
156 str(err), Utilities.html_encode(jsonLine.strip())), 156 str(err), Utilities.html_encode(jsonLine.strip())),
157 E5MessageBox.StandardButtons( 157 E5MessageBox.StandardButtons(
158 E5MessageBox.Ok)) 158 E5MessageBox.Ok))
159 return 159 return
160 160

eric ide

mercurial