src/eric7/MicroPython/MicroPythonReplWidget.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11124
f475e4e210d2
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/MicroPython/MicroPythonReplWidget.py
--- a/src/eric7/MicroPython/MicroPythonReplWidget.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/MicroPython/MicroPythonReplWidget.py	Mon Feb 24 15:43:49 2025 +0100
@@ -555,7 +555,7 @@
             ):
                 if b"\x1b\\" in data[index + 4 :]:
                     # 'set window title' command detected: <Esc>]0;...<Esc>\
-                    # __IGNORE_WARNING_M891__
+                    # __IGNORE_WARNING_M-891__
                     titleData = data[index + 4 :].split(b"\x1b\\")[0]
                     title = titleData.decode("utf-8")
                     index += len(titleData) + 5  # one more is done at the end

eric ide

mercurial