Skip to content

Commit 41ca9c1

Browse files
committed
small debug fix
1 parent b871bea commit 41ca9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial_plugin/serial_command_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def task() -> None:
3434
result = f"[ERROR] {str(e)}"
3535

3636
callback(result)
37-
debug(f"[DEBUG] callback result: {result}")
37+
debug(f"callback result: {result}")
3838

3939
thread = Thread(target=task, daemon=True)
4040
thread.start()

0 commit comments

Comments
 (0)