use python3 by default in usb-bootloader

parent 05b4a4fd
Pipeline #684 passed with stage
in 45 seconds
#!/usr/bin/python
#!/usr/bin/env python3
#
# DSI Shield
......@@ -328,6 +328,7 @@ def run_terminal(ser):
a = ser.recv_nonblock()
if (a != None):
sys.stderr.write(chr(a))
# sys.stderr.write(a).decode('utf-8'))
# flush is needed FIXME:
# sys.stderr.flush()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment