Corrected a code formatting issue. eric7

Tue, 16 May 2023 17:49:13 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 16 May 2023 17:49:13 +0200
branch
eric7
changeset 10037
e5d8dbcae771
parent 10036
f2e10f8d9d7f
child 10038
5c82fcc94266

Corrected a code formatting issue.

src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py file | annotate | diff | comparison | revisions
--- a/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py	Tue May 16 17:46:40 2023 +0200
+++ b/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py	Tue May 16 17:49:13 2023 +0200
@@ -223,7 +223,7 @@
             .strip()
         )
         if self.__socket.hasTimedOut():
-            out, err =  b"", b"Timeout while processing commands."
+            out, err = b"", b"Timeout while processing commands."
         else:
             # get rid of any OSD string and send it
             if result.startswith(b"\x1b]0;"):

eric ide

mercurial