Skip to content

Commit f92f755

Browse files
committed
Update au_act_esptool.py
1 parent 8be3000 commit f92f755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RTK_Firmware_Uploader/au_act_esptool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
esptool.__dict__,
2424
))
2525
except:
26-
print ("The exec failed:", result)
26+
print ("The exec failed")
2727
pass
28+
print (result)
2829

2930
#--------------------------------------------------------------------------------------
3031
# action testing

0 commit comments

Comments
 (0)