]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: avoid bare except in Python files
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 29 Oct 2025 17:49:20 +0000 (13:49 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 30 Oct 2025 16:15:13 +0000 (12:15 -0400)
commit99f7b61f1d00a2b9f85c3defa03764f75184931b
treeb833d1b5fc491544d805b8deb5b3b4eeb113a542
parent57c4af5f32254bcd133d91b894796b85bafe1759
gdb/testsuite: avoid bare except in Python files

Fix flake8 warnings like this:

    gdb/testsuite/gdb.python/py-unwind-inline.py:62:9: E722 do not use bare 'except'

Change-Id: I9736c948bc84fefcb7db2a6ac7322cbbfe39da94
Approved-By: Tom Tromey <tom@tromey.com>
gdb/testsuite/gdb.cp/pretty-print.py
gdb/testsuite/gdb.perf/lib/perftest/measure.py
gdb/testsuite/gdb.python/py-disasm.py
gdb/testsuite/gdb.python/py-send-packet.py
gdb/testsuite/gdb.python/py-unwind-inline.py