Tue, 16 May 2023 17:49:13 +0200
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;"):