RefactoringRope/JsonServer.py

branch
server_client_variant
changeset 208
df77c3a4976d
parent 203
c38750e1bafd
child 209
c1dce8630555
--- a/RefactoringRope/JsonServer.py	Fri Sep 29 10:41:34 2017 +0200
+++ b/RefactoringRope/JsonServer.py	Sat Sep 30 14:52:32 2017 +0200
@@ -152,7 +152,7 @@
                             """ this issue with the received data to the"""
                             """ eric bugs email address.</p>"""
                             """<p>Error: {0}</p>"""
-                            """<p>Data:<br/>{0}</p>""").format(
+                            """<p>Data:<br/>{1}</p>""").format(
                         str(err), Utilities.html_encode(jsonLine.strip())),
                     E5MessageBox.StandardButtons(
                         E5MessageBox.Ok))

eric ide

mercurial