src/eric7/DebugClients/Python/DebugUtilities.py

branch
eric7
changeset 10552
c5b0c8a5fa7d
parent 10439
21c28b0f9e41
child 11088
0299c9ba1c6f
diff -r 70762114c59a -r c5b0c8a5fa7d src/eric7/DebugClients/Python/DebugUtilities.py
--- a/src/eric7/DebugClients/Python/DebugUtilities.py	Fri Feb 02 19:29:29 2024 +0100
+++ b/src/eric7/DebugClients/Python/DebugUtilities.py	Wed Feb 07 15:28:08 2024 +0100
@@ -154,7 +154,7 @@
         "method": method,
         "params": params,
     }
-    return json.dumps(commandDict) + "\n"
+    return json.dumps(commandDict)
 
 
 ###########################################################################

eric ide

mercurial