Skip to content

Commit 63e8f43

Browse files
committed
tmp
1 parent 14841d1 commit 63e8f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bmlab_toolkit/jlink_programmer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def scan() -> List[Dict[str, Any]]:
371371
# print(f"Detected target for JLink S/N {emu.SerialNumber}: {detected}")
372372
# device_info['target'] = detected
373373

374-
temp_jlink.close()
374+
# temp_jlink.close()
375375
except Exception:
376376
# If detection fails, just skip it
377377
pass

0 commit comments

Comments
 (0)