src/eric7/MicroPython/MicroPythonReplWidget.py

branch
eric7
changeset 10255
a25f95af0a51
parent 10234
6b6fe61bba38
child 10439
21c28b0f9e41
diff -r 25e8e133e4f8 -r a25f95af0a51 src/eric7/MicroPython/MicroPythonReplWidget.py
--- a/src/eric7/MicroPython/MicroPythonReplWidget.py	Sun Oct 22 17:06:50 2023 +0200
+++ b/src/eric7/MicroPython/MicroPythonReplWidget.py	Tue Oct 24 11:45:39 2023 +0200
@@ -576,7 +576,7 @@
                     length = 2
                 else:
                     length = 1
-                txt = data[index:index + length].decode("utf8")
+                txt = data[index : index + length].decode("utf8")
                 index += length - 1  # one more is done at the end
                 self.insertPlainText(txt)
 

eric ide

mercurial