Skip to content

Commit 10a93cb

Browse files
authored
Merge pull request #483 from riscv-software-src/pylint
debug: pylint fix.
2 parents 247e233 + 01e652e commit 10a93cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug/gdbserver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,8 +1913,8 @@ def test(self):
19131913
bp = self.gdb.b("vTaskStartScheduler")
19141914
self.gdb.c()
19151915
self.gdb.command(f"delete {bp}")
1916-
# 'Current Execution' is still there before the scheduler has been started.
1917-
# Now there are 3 threads: Current Execution, Rx, Tx.
1916+
# 'Current Execution' is still there before the scheduler has been
1917+
# started. Now there are 3 threads: Current Execution, Rx, Tx.
19181918
threads = self.gdb.threads()
19191919
assertEqual(len(threads), 3)
19201920

0 commit comments

Comments
 (0)