From af242299624f602d380985d9850cf7d433e11840 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 25 May 2023 10:05:41 -0700 Subject: debug: New pylint => new warnings => new cleanups - Replace general "Exception" with "GdbServerError" in gdbserver.py for when no samples are collected - Replace general "Exception" with "TargetsException" in targets.py for XLEN mismatch - Introduce "TestLibError" exception in testlib.py and replace general exceptions in various locations - Update pylint.rc to remove overgeneral-exceptions warning --- debug/pylint.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/pylint.rc') diff --git a/debug/pylint.rc b/debug/pylint.rc index 49e5af1..79e1d27 100644 --- a/debug/pylint.rc +++ b/debug/pylint.rc @@ -286,4 +286,4 @@ max-public-methods=20 # Exceptions that will emit a warning when being caught. Defaults to # "Exception" -overgeneral-exceptions=Exception +#overgeneral-exceptions=Exception -- cgit v1.1