We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b871bea commit 41ca9c1Copy full SHA for 41ca9c1
serial_plugin/serial_command_runner.py
@@ -34,7 +34,7 @@ def task() -> None:
34
result = f"[ERROR] {str(e)}"
35
36
callback(result)
37
- debug(f"[DEBUG] callback result: {result}")
+ debug(f"callback result: {result}")
38
39
thread = Thread(target=task, daemon=True)
40
thread.start()
0 commit comments