eric6/MicroPython/MicroPythonSerialPort.py

branch
micropython
changeset 7084
3eddfc540614
parent 7083
217862c28319
child 7229
53054eb5b15a
--- a/eric6/MicroPython/MicroPythonSerialPort.py	Thu Jul 25 19:55:40 2019 +0200
+++ b/eric6/MicroPython/MicroPythonSerialPort.py	Fri Jul 26 20:05:49 2019 +0200
@@ -119,8 +119,6 @@
                     break
                 if size is not None and len(data) >= size:
                     break
-#            else:
-#                break
             if t.elapsed() > self.__timeout:
                 self.__timedOut = True
                 break

eric ide

mercurial