Skip to content

Commit ec95327

Browse files
author
Luke Valenty
committed
added a couple more stack trace dumps
1 parent cdc0b52 commit ec95327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: installer.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Application]
22
name=TinyFPGA Programmer
3-
version=1.1
3+
version=1.1.1
44
script=tinyfpga-programmer-gui.py
55
console=false
66
#icon=myapp.ico

Diff for: tinyfpga-programmer-gui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def check_port_status_task():
308308
try:
309309
adapter.reset()
310310
except:
311-
pass
311+
traceback.print_exc()
312312
finally:
313313
communication_lock.release()
314314

0 commit comments

Comments
 (0)