esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
16.08k stars 13.33k forks source link

upload.py - exception handling fixes #9186

Open mcspr opened 3 months ago

mcspr commented 3 months ago

don't check exc_info() in finally, after except Exception as e: block sys module stops tracking it https://docs.python.org/3/reference/compound_stmts.html#try https://docs.python.org/3/library/sys.html#sys.exception

8603 caused error to appear in the log, but build itself was never stopped properly