Skip to content

Commit

Permalink
debug: pylint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
timsifive committed Jun 29, 2023
1 parent 247e233 commit 01e652e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug/gdbserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1913,8 +1913,8 @@ def test(self):
bp = self.gdb.b("vTaskStartScheduler")
self.gdb.c()
self.gdb.command(f"delete {bp}")
# 'Current Execution' is still there before the scheduler has been started.
# Now there are 3 threads: Current Execution, Rx, Tx.
# 'Current Execution' is still there before the scheduler has been
# started. Now there are 3 threads: Current Execution, Rx, Tx.
threads = self.gdb.threads()
assertEqual(len(threads), 3)

Expand Down

0 comments on commit 01e652e

Please sign in to comment.