75 """ Please report this issue with the received""" |
75 """ Please report this issue with the received""" |
76 """ data to the eric bugs email address.</p>""" |
76 """ data to the eric bugs email address.</p>""" |
77 """<p>Error: {0}</p>""" |
77 """<p>Error: {0}</p>""" |
78 """<p>Data:<br/>{1}</p>""").format( |
78 """<p>Data:<br/>{1}</p>""").format( |
79 str(err), Utilities.html_encode(line.strip())), |
79 str(err), Utilities.html_encode(line.strip())), |
80 E5MessageBox.StandardButtons( |
80 E5MessageBox.Ok) |
81 E5MessageBox.Ok)) |
|
82 return |
81 return |
83 |
82 |
84 command = commandDict["command"] |
83 command = commandDict["command"] |
85 arguments = commandDict["arguments"] |
84 arguments = commandDict["arguments"] |
86 |
85 |