From 4c06837a5047a5d3a7ae9bd5ec9fb38f86eb5268 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 10 Feb 2023 13:40:12 +0100 Subject: [mod] make python code pylint 2.16.1 compliant Signed-off-by: Markus Heiser --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 51cea773e..a5b00227e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -404,4 +404,4 @@ known-third-party=enchant # Exceptions that will emit a warning when being caught. Defaults to # "Exception" -overgeneral-exceptions=Exception +overgeneral-exceptions=builtins.Exception -- cgit v1.2.3