160 """ this issue with the received data to the""" |
160 """ this issue with the received data to the""" |
161 """ eric bugs email address.</p>""" |
161 """ eric bugs email address.</p>""" |
162 """<p>Error: {0}</p>""" |
162 """<p>Error: {0}</p>""" |
163 """<p>Data:<br/>{1}</p>""").format( |
163 """<p>Data:<br/>{1}</p>""").format( |
164 str(err), Utilities.html_encode(jsonLine.strip())), |
164 str(err), Utilities.html_encode(jsonLine.strip())), |
165 E5MessageBox.StandardButtons( |
165 E5MessageBox.Ok) |
166 E5MessageBox.Ok)) |
|
167 return |
166 return |
168 |
167 |
169 self.handleCall(clientDict["method"], clientDict["params"]) |
168 self.handleCall(clientDict["method"], clientDict["params"]) |
170 |
169 |
171 def sendJson(self, command, params, flush=False, idString=""): |
170 def sendJson(self, command, params, flush=False, idString=""): |