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 |