]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: rename ambiguous variable in py-command-breakpoint.py
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 29 Oct 2025 17:49:24 +0000 (13:49 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 30 Oct 2025 16:25:53 +0000 (12:25 -0400)
commit750ef8f6e9c4d4767006782afeb75a06091904ff
tree951a645ddf0778aa88033f5ca49a37c2e6cfd2ee
parent93029c6b50f24209790349e11198de47f412139b
gdb/testsuite: rename ambiguous variable in py-command-breakpoint.py

Fix this flake8 warning:

    gdb/testsuite/gdb.python/py-commands-breakpoint.py:37:13: E741 ambiguous variable name 'l'

This one is a bit subjective, but renaming the variable is easy enough
and the simplest way to get rid of the warning.

Change-Id: I9b1ffd898e27a9d0e172f29715aff3ff3cc785b9
Approved-By: Tom Tromey <tom@tromey.com>
gdb/testsuite/gdb.python/py-commands-breakpoint.py