Update mik32_upload.py

This commit is contained in:
Sergey Shchelkanov 2023-08-31 12:33:51 +03:00
commit 5e3e729f52

View File

@ -319,6 +319,7 @@ def upload_file(
openocd_interface, openocd_target, is_open_console)
logging.debug("OpenOCD started!")
except OSError as e:
raise OpenOCDStartupException(e)
try: