forked from platformio/platformio-core
PyLint fix
This commit is contained in:
@ -46,7 +46,7 @@ class SerialTestOutputReader:
|
|||||||
ser.open()
|
ser.open()
|
||||||
except serial.SerialException as exc:
|
except serial.SerialException as exc:
|
||||||
click.secho(str(exc), fg="red", err=True)
|
click.secho(str(exc), fg="red", err=True)
|
||||||
return None
|
return
|
||||||
|
|
||||||
if not self.test_runner.options.no_reset:
|
if not self.test_runner.options.no_reset:
|
||||||
ser.flushInput()
|
ser.flushInput()
|
||||||
|
Reference in New Issue
Block a user