RefactoringRope/JsonServer.py

changeset 353
d38295fd97c2
parent 347
b5048b5ff454
child 354
a967ff16629a
diff -r d3750fb22e5e -r d38295fd97c2 RefactoringRope/JsonServer.py
--- a/RefactoringRope/JsonServer.py	Wed Mar 17 17:59:59 2021 +0100
+++ b/RefactoringRope/JsonServer.py	Sat Mar 27 09:48:05 2021 +0100
@@ -145,6 +145,7 @@
             jsonLine = bytes(data).decode("utf-8", 'backslashreplace')
             
             #- print("JSON Server ({0}): {1}".format(self.__name, jsonLine))
+            # __IGNORE_WARNING_M891__
             #- this is for debugging only
             
             try:

eric ide

mercurial