mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
upload.py should not always fail (#8608)
07789808b9 (r76344981)
thx @jjsuwa-sys3175
This commit is contained in:
@ -70,5 +70,5 @@ except esptool.FatalError as e:
|
||||
finally:
|
||||
if erase_file:
|
||||
os.remove(erase_file)
|
||||
if sys.exc_info:
|
||||
if any(sys.exc_info()):
|
||||
sys.exit(2)
|
||||
|
Reference in New Issue
Block a user